hello again

This commit is contained in:
2026-08-08 00:23:17 -04:00
parent 298c4ca98c
commit 6ee5c1371d
2 changed files with 7 additions and 0 deletions
View File
+7
View File
@@ -0,0 +1,7 @@
print("hello world")
name = input("what is your name: ")
print("hello " + name)