Commit 80502343 by BellCodeEditor

save project

parent 0c83edba
Showing with 7 additions and 24 deletions
while True:
try:
int(input("今年几岁拉?"))
except:
print("输录zs"
continue
else:
elif yeasold==0
if yeasold<18:
print("不可以喝9")
continue
else:
print("你以年满18,可以喝9了")
continue
print("没了")
\ No newline at end of file
add(x,y):
z=x+y
print("值是:",z)
return z
add(1,2)
\ 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