Une chaîne commence par un python majuscule

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