Commit 0aa72203 by BellCodeEditor

save project

parent f809aeca
Showing with 9 additions and 2 deletions
try:
age=int(input('几岁?'))
except:
print('请输入整数')
print('stop')
\ No newline at end of file
......@@ -6,4 +6,5 @@ def bus():
break
else:
total.append(unit)
print(total)
\ No newline at end of file
print(total)
bus()
\ 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