dimanche 9 août 2020

im not able to get out of loop even if password is right [closed]

Im not able to get out of loop even if password is right

   print("warning:AFTER 3 TURN YOU R DONE")
        for tries in range(1,4):
            password=input(f'Enter Your Password {tries}time')
            if password=='abc':
                {
                    print('you r in')
        
        
                }
            else:
                {
                    print('trie again')
                }

Aucun commentaire:

Enregistrer un commentaire