Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need some help
#1
[print("You need the password!")
input(Press any button to move on!)

password = ["123456789"]
x = input()
if x in password:
print("The password is correct")
else:
print("The password is incorrect")

what is wrong here ^^^^
i want to make a simple login system..
Reply


Messages In This Thread
I need some help - by SrTiNx - Feb-07-2019, 11:14 AM
RE: I need some help - by metulburr - Feb-07-2019, 11:21 AM
RE: I need some help - by SrTiNx - Feb-07-2019, 11:21 AM
RE: I need some help - by scidam - Feb-07-2019, 11:38 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020