Commit 610218da by BellCodeEditor

save project

parent eae1601f
Showing with 6 additions and 2 deletions
......@@ -8,4 +8,8 @@ def mnm():
total.append(unit)
print(total)
mnm()
\ No newline at end of file
try:
age = int (input('how old are you?'))
except:
print('it must be a 整number')
print('finish')
\ 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