Video thumbnail for Python Password Checker Program

Python Password Checker Program

Nov 16, 2023

compucademy.net

A basic Python exercise suitable for beginners. Get users to enter a password and print appropriate messages. Makes use of variable assignment, string and Boolean data types, while loop, getting user input and conditionals. The urls for the online IDE I use are: Program skeleton with comments: https://py3.codeskulptor.org/#user308_b4vFI9bDI1_0.py Solution: https://py3.codeskulptor.org/#user308_b4vFI9bDI1_1.py Happy coding! #python #compsci #pythonbeginners #learnpython #learntocode
#Scripting Languages #Computer Education