info='label-data'print(info) x=info.lower()print('小写:',x)d=info.upper()print('大写:',d)
Standard input is empty
label-data 小写: label-data 大写: LABEL-DATA
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!