Compare commits

1 Commits
Author SHA1 Message Date
mama_sucker 6ee5c1371d hello again 2026-08-08 00:23:17 -04:00
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)