Commit 0c1c6b83 by BellCodeEditor

save project

parent 23d3bdee
try:
a = int(input("你今年几岁了"))
except:
print("要输入整数")
else:
if a < 18:
print("禁止饮酒")
print("结束")
import func
demo = func.os()
dd = func.sam(demo)
print(dd)
\ No newline at end of file
......@@ -24,4 +24,4 @@ def sam(money):
vis = vis + i
return vis
print(sam(os()))
\ No newline at end of file
#print(sam(os()))
\ 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