wow this was complete garbage!
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user