0

https://www.w3schools.com/python/python_ref_string.asp

The ‘lower()’ method converts ALL characters in a string to lowercase.

Exercise:

Write code asking your user for a username, then validate the username to ensure they have complied with the username format you require.