Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Password Snippet
#1
A crappy little password thingy, if you can find a way to implement this into anything please tell me! Big Grin Password is 180423.
print "What is the password?"
password = "180423"
if raw_input() == password:
    print "\nAccess Granted! "
else:
    print "\nAccess Denied"
The K Man.
Reply


Messages In This Thread
Password Snippet - by Kai. - Nov-07-2016, 05:22 PM
RE: Password Snippet - by micseydel - Nov-07-2016, 05:40 PM
RE: Password Snippet - by Kai. - Nov-07-2016, 07:18 PM
RE: Password Snippet - by micseydel - Nov-07-2016, 07:19 PM
RE: Password Snippet - by nilamo - Nov-07-2016, 08:58 PM
RE: Password Snippet - by Kai. - Nov-08-2016, 01:22 PM
RE: Password Snippet - by nilamo - Nov-08-2016, 03:31 PM
RE: Password Snippet - by Skaperen - Nov-10-2016, 08:11 AM
RE: Password Snippet - by Larz60+ - Nov-08-2016, 01:34 PM
RE: Password Snippet - by Kai. - Nov-08-2016, 01:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Advanced CLI Snippet Manager bytebutcher 1 2,631 Sep-20-2020, 11:58 AM
Last Post: bytebutcher
  Checkbox snippet menator01 0 2,388 May-16-2020, 08:26 AM
Last Post: menator01
  Cute oscillating range generation snippet I saw on irc league55 1 2,789 Mar-26-2018, 04:19 PM
Last Post: nilamo
  snippet: dp and pv Skaperen 0 2,955 Apr-08-2017, 07:17 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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