Commit 9b8c7818 by BellCodeEditor

auto save

parent 840ced81
Showing with 16 additions and 0 deletions
# while 1:
# a=int(input('请输入成绩:'))
# if a<60:
# print('成绩不合格')
# elif a>=60 and a<85:
# print('成绩良')
# else:
# print('成绩优')
a=input('瞎按:')
b=[]
for i in a:
if i not in '1234567890':
b.append(i)
print(b)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment