What is wrong with my code pls | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
29th Oct 2020, 8:02 PM
Vincent Birma Reuben
Vincent Birma Reuben - avatar
3 Answers
+ 1
pass is a keyword for skipping line, it does nothing but as it is a python keyword it cannot be used as name for anything
29th Oct 2020, 8:12 PM
Szwendacz
Szwendacz - avatar
0
I need help
29th Oct 2020, 8:03 PM
Vincent Birma Reuben
Vincent Birma Reuben - avatar
0
print ("Welcome to the party") password=input("Enter your password") user=input("Enter your username") if password=="admin" and user=="admin": print ("welcome to the party") else : print ("you are not") here how it goes
29th Oct 2020, 8:08 PM
Szwendacz
Szwendacz - avatar