This commit is contained in:
2026-06-07 17:56:47 +00:00
parent 67b7ced5ba
commit 59aed7c741
8 changed files with 38 additions and 5 deletions
+3 -1
View File
@@ -1 +1,3 @@
print ("Hello World")
answer = input("What's your name? ")
print(f"hello, {answer}")