💥 Prank 💥 100% CPU load by Python

preview_player
Показать описание
Prank 100% CPU load by Python ))) Don't use it on your friends' computers.
#shorts #youtubeshorts #viralshorts #short #youtubeshort #python
Рекомендации по теме
Комментарии
Автор

I have very intense mixed feelings about your keyboard sounds

brunoavelar
Автор

I don't even need this code to make my CPU 100% I just open Google chrome and voila

ritsu
Автор

Even quicker:

from threading import Thread

def fun():
Thread(target=fun).start()
fun()
fun()

The combination of recursion and multithreading should freeze the pc within seconds. Alternatively using cmd (with a filename of fun.cmd):

cd path/to/fun.cmd
:a
start fun.cmd
goto a

Crashes every single PC within less than 10 secs.

_real_bruh
Автор

bro imagine coding to make your cpu load 100%, i dont need those
~2gb ram users

twiq.
Автор

Don’t even need that my laptop knows the assignment

bagusridwan
Автор

USE F-STRINGS!
They’re faster than both C-Style strings and .format strings.
C-style and .format strings do have their own benefits, but in this case, it’s just to concatenate strings.

edcdecl
Автор

You know you dont even need that many lines
One line is enough
list(iter(int, 0))

danktagg
Автор

Is this possible? I'm pretty sure that Python's Global Interpreter Lock would not allow 100% CPU load if all of the load inside the thread is not machine code...

nalstudio_official
Автор

Not prank, this is how I used to make heater inside blanket.

rajveersingh
Автор

i dont need this for 100% usage. I just turn on Windows

gamerneversleep
Автор

АХАХАХАХААХАХАХ Какой смешной пранк сгореть можно!!!

canterus
Автор

Упрощаю: берем тхт файл, пишем туда %0 и сохраняем как bat. Комп ляжет за 15 сек

rockforever-hk
Автор

I saw some people worried about the GIL so if you want to be sure just use multiprocessing

animenosekai_edit
Автор

That's not a prank. That's just the reality of python

dadodasyra
Автор

The sounds of those keyboards are relaxing 😌

okekejohnson
Автор

The sound of you keyboard is oddly satisfying

bobbytaraantino
Автор

You keyboard clicking sound is kind of both calming And sus.

Nius = Nice + sus
= Nice - sus
= Ni + us
= Nius

Don't judge me guys I got bored.

jaxaxx
Автор

Wanted to know how hot my cpu would get under load. This did the job pretty well.

HerzhaTheShapeshifter
Автор

How does this work. I thought you cant multithread on the language because of the GIL???

manolov
Автор

Python has 100% cpu and ram usage by default

klimmesil