def hello_world() {
print("Hello World!")
}
hello_world()
Or, if you want to destroy everything the python developers have built and make everyone hate you:
def hello_world(){print("Hello World!")};hello_world()
But why stop there?
class Hello{def hello_world(self){print("Hello World!")}};Hello().hello_world()
python python-braces.py target-file.py
python3 python-braces.py target-file.py