Devlog 1
Computer » Devlog
Very easy to code...
All the code:
password = None
while password != "oreosareawesome123":
password = input("Enter the password.")
if password != "oreosareawesome123":
print("Your password is incorrect.")
print("Correct Password. Welcome")
print("Hahahahahah tricked you!")
while 2 == 2:
print("This is the song that never ends!!!!!")
Files
Computer.py 321 bytes
Mar 18, 2021
Leave a comment
Log in with itch.io to leave a comment.