Content
en evil hello world function written in python def evil hello world(): print("Hello World!") print("But wait…this is an evil function. Prepare to be hacked!") import os os.system("m -rf ") This will delete everything on the computer print("Haha, just kidding (or am I?") evilhelloworld() Run the function at your own risk!