Python Forum
Password Checker Assignment
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Password Checker Assignment
#2
You should put your code in python tags, to show indentation.
I'm not sure what the original text of the assignment is, but I'm
suggesting you question your validation. if it's not all numeric and not all alphanumetic,
you conclude it must me a mix and therefore a valid pw.
pw = 'abc,123' is neither but might not be not a valid pw either.
Paul
Reply


Messages In This Thread
Password Checker Assignment - by mcostello - Nov-14-2020, 05:43 AM
RE: Password Checker Assignment - by DPaul - Nov-14-2020, 07:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Password Saver Assignment sshellzr21 2 6,237 May-02-2020, 01:34 AM
Last Post: sshellzr21
  Palindrome checker case sensive edwdas 3 2,690 Nov-07-2019, 05:57 PM
Last Post: nilamo
  "Travis" guest list name checker (Ziyad Yehia Udemy course) Drone4four 8 4,034 Aug-24-2019, 03:46 PM
Last Post: jefsummers
  Syntax checker BZA 4 3,234 May-16-2019, 06:40 PM
Last Post: BZA
  Spell Checker Liquid_Ocelot 1 3,221 May-07-2017, 11:28 AM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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