2.2

x = input('请输入:')
x = x.upper()
x = x.replace('A', '')
print(x)

posted @ 2021-04-02 16:48  彭锦荣  阅读(209)  评论(0)    收藏  举报