Re: [Tutor] Fwd: IndentationError: unexpected indent

2016-11-08 Thread Alan Gauld via Tutor
On 08/11/16 14:47, Palanikumar Gopalakrishnan wrote: > 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 = in

[Tutor] Fwd: IndentationError: unexpected indent

2016-11-08 Thread Palanikumar Gopalakrishnan
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('Acce

[Tutor] IndentationError: unexpected indent

2016-11-08 Thread Palanikumar Gopalakrishnan
Hi Guys, I tried this code from internet, Its returns following please guide me to solve this error -- *Warm Regards,* *Palanikumar Gopalakrishnan *[image: ✌] *Developer* ___ Tutor maillist - Tutor@python.org To unsubscribe or change su