Строка начинается с прописного питона

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