wow this was complete garbage!

This commit is contained in:
2026-04-01 13:02:45 +01:00
parent 3ad71e48a4
commit 211f8cec11
13 changed files with 1007 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
##############################################################
# MIGRATION NOTE: wow this is ass. you can tell this is from #
# when i was learning programming #
##############################################################
def room1():
print("You have arrived at [Room 1]")
name = input("What is your name?\n> ")
print("Hello", name, "Welcome to room 1")
room1()