Python Forum
PRANK YOUR FRIENDS WITH THIS 5 LINE PROGRAM;) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: PRANK YOUR FRIENDS WITH THIS 5 LINE PROGRAM;) (/thread-31674.html)



PRANK YOUR FRIENDS WITH THIS 5 LINE PROGRAM;) - Spyros_dev - Dec-27-2020

Here you are https://www.youtube.com/watch?v=U65JgAD0Dwc It froze people screen until they restart


RE: PRANK YOUR FRIENDS WITH THIS 5 LINE PROGRAM;) - Larz60+ - Dec-27-2020

This is unkind.


RE: PRANK YOUR FRIENDS WITH THIS 5 LINE PROGRAM;) - DeaD_EyE - Dec-27-2020

Useful code for me:

while True:
    ...
I use it always to drive one CPU core to 100%.
Otherwise, the Northridge or the voltage regulators don't get enough air from CPU cooler.
This is not a joke, I run this busy loop since one year. If I don't run, my PC reboots after its hot enough.

So, Python saved me to clean or replace my motherboard.


PS: Developers should be responsible for ethical code.