Buy Me a Coffee☕

*Memos:



My post explains upper(), lower() and casefold() with a string and byte string.

My post explains swapcase(), title() and capitalize() with a string and byte string.

My post explains encode(), decode() with a string and byte string.

My post explains a string.


str.isupper() and bytes.isupper() or bytearray.isupper()...