str = "Ai For All"
print(str.capitalize())
print(str.title())
print(str.swapcase())