任务1
x=1y=3z=2print('x={},y={},z={}'.format(x,y,z))
任务2
a=input('请输入一个字符串')print(a.upper().replace('A',''))