Uma string começa com um python maiúsculas

if(x[0].isupper()):
       return True
elif(x[0].islower()):
       return False
Amir shooshtarian