Files
2026-08-08 00:23:17 -04:00

8 lines
84 B
Python

print("hello world")
name = input("what is your name: ")
print("hello " + name)