IGCSE Computer Science 2023-25 ​​- Topic 8: Programming - Variable Validation

Опубликовано: 05 Март 2026
на канале: Steam Labs
318
5

In this video we are going to explore how to validate special characters from a 1D array in Python and how we can use len to enforce a minimum and maximum password length. This concept of variable validation is frequently used when asking users to set up new password and is a more realistic way to validate characters and it allows users to set a username/password with characters in any position.

#pythonpasswordvalidation #igcsecomputerscience2023#pythonpasswordchecker