Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

xau = input("nhap xau: ")

print(len(xau))
if xau.isupper() :
print(xau.lower())
elif xau.islower():
print(xau.upper())
else:
print(xau.title())

You might also like