0

What is wrong ?

What is wrong in this python code!? https://code.sololearn.com/coI5lT4533a1/?ref=app

10th Dec 2019, 10:48 AM
ADHAM
3 odpowiedzi
+ 5
Indentation is missing. Read (not run) this: https://code.sololearn.com/cT5BRIbkia21/?ref=app
10th Dec 2019, 10:55 AM
HonFu
HonFu - avatar
+ 5
Only indentation errors as said by honfu user= "adham" password = "12345" x = input("username ?") y = input ("password ?") print (x) if (x == user ): print (y) else: print ("wrong username")
10th Dec 2019, 11:47 AM
MsJ
MsJ - avatar
0
Good example! Yes:)
10th Dec 2019, 9:13 PM
Lev