print ('_______________________') print ('security check') realpassword = "batman" userpassword = input("enter a password") if userpassword == realpassword : print('correct!') else : print('try again') hint = input('Type hint for a hint') if hint == 'hint' or hint == 'Hint' : print ("dunananananananadunanananananana B_____!") print ('_______________________') print ('security check') realpassword = "batman" userpassword = input("enter a password") if userpassword == realpassword : print('correct!') else : print('try again')