实验二 task2

a=input('请输入一段字符串')
b=str.upper(a)
c=b.replace('A','')
print(c)

 

posted @ 2021-04-02 17:12  AIDEN_WU  阅读(29)  评论(0编辑  收藏  举报