I want the code to stop the person and say "hey its gotta be all lowercase" And then make them input it again until its all lowercase. I was trying something like this:
username=input("Enter username ")
while username[::] .upper():
print("username cannot have capital letters")
username = input("Enter username ")