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

Опубликовано: 30 Июнь 2026
на канале: STEAM Labs
333
4

In this video we are going to explore how to validate each character inside a variable using .isdigit, .isupper and .islower - this technique is particuarly important in Python as it allows us to validate each element of a variable and is useful for username and password checks.

#pythonpasswordvalidation #igcsecomputerscience2023#pythonpasswordchecker