Commit 3dbe9fc0 by BellCodeEditor

save project

parent 11ed86f8
Showing with 0 additions and 9 deletions
sbi = []
while True:
sb= input("请输入:")
if sb== 'q':
break
else:
sbi.append(int(sb))
print(sbi)
\ No newline at end of file
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