python check if string has one capital letter or not code example
Example: function in oythin test if letter is capital
string.isupper() # returns True or False, only returns true if all characters in string are Capiral
string.isupper() # returns True or False, only returns true if all characters in string are Capiral