TORONTO KIDS COMPUTER CLUB | Friday 19:00 Philip Python Homework 08.02.
16431
post-template-default,single,single-post,postid-16431,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Friday 19:00 Philip Python Homework 08.02.

06 Aug Friday 19:00 Philip Python Homework 08.02.

Question 1:

Write a Python program (either use function or object method) to check the validity of password input by users.

Validation :

  • At least 1 letter between [a-z] and 1 letter between[A-Z].
  • At least 1 number between [0-9].
  • At least 1 character from [$#@].
  • Minimum length 6 characters.
  • Maximum length 16 characters.
No Comments

Sorry, the comment form is closed at this time.