Create hello_world.py

mm
ElenaFu 7 months ago
parent c594367f54
commit a8d17b7e01

@ -0,0 +1,4 @@
def hello_world():
print("Hello, World!")
hello_world()
Loading…
Cancel
Save