Hi Guys,
             I tried this code from internet, Its returns following please
guide me to solve this error











* passwordFile = open('File.txt') secretPassword =
passwordFile.read() print('Enter your password.') typedPassword = input()
if typedPassword == secretPassword:    print('Access granted')    if
typedPassword == '12345':       print('That password is one that an idiot
puts on their luggage.')  else:    print('Access denied')*



-- 

*Warm Regards,*

*Palanikumar Gopalakrishnan *[image: ✌]
*Developer*





-- 

*Warm Regards,*

*Palanikumar Gopalakrishnan *[image: ✌]
*Developer*
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to