Commit 2d56f71c by BellCodeEditor

save project

parent f80133a3
Showing with 8 additions and 278 deletions
...@@ -6,281 +6,4 @@ dft func(): ...@@ -6,281 +6,4 @@ dft func():
break break
else: else:
total.append(unit) total.append(unit)
print(total) print(total
func() \ No newline at end of file
try :
age = int(input("你今年几岁"))
except:
print("要输入整数")
print("程序结束")
\ 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