a=input()
print(a.lower(),a.upper(),a.title(),sep='\n')

尝试了一下 只能加载print里面

XX.lower()

XX.upper()

XX.title()

XX.capitilizate() #希望打对了哈哈哈哈

不要忘记括号