Skip to content

Instantly share code, notes, and snippets.

@savolla
Last active March 5, 2017 15:06
Show Gist options
  • Save savolla/aa71993c1c8363c29f02af311699929b to your computer and use it in GitHub Desktop.
Save savolla/aa71993c1c8363c29f02af311699929b to your computer and use it in GitHub Desktop.
okay now this program has a very cruel language. cruelererer AI, better chance to pass turing test if you know what I mean..
def passggg():
password = input("password: ")
l = len(password)
if not password:
print("WHERE IS YOUR GODDAMN PASSWORD!?!")
print("now be a good boy and enter your password.")
passggg()
elif l not in range(3,9):
print("the password must be in range of 3-8 chars. get it?")
passggg()
else:
print("OH FINALLY THOU")
passggg()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment