#Python strings have lots of test methods you can use to see if a string contains certain types of characters.
Here are just a few of them:
๐ isupper()
๐ islower()
๐ isascii()
๐ isalpha()
๐ isalnum()
๐ isnumeric()
Mini-thread time!
๐งต๐๐