TORONTO KIDS COMPUTER CLUB | Saturday 09:30 Python Homework 03.23.
16194
post-template-default,single,single-post,postid-16194,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

Saturday 09:30 Python Homework 03.23.

24 Mar Saturday 09:30 Python Homework 03.23.

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.

Question 2:

Draw the following picture in the pygame window: (could be different color)

 

No Comments

Sorry, the comment form is closed at this time.