File size: 107 Bytes
8ac6150
f7ada72
e1b95fc
8ac6150
f7ada72
 
1
2
3
4
5
6
7
# hello_world.py
def hello_world():
    print("Hello World")

if __name__ == "__main__":
    hello_world()