Commit 67ae030e by BellCodeEditor

save project

parent 7eaed43a
Showing with 25 additions and 0 deletions
try
def new_input():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
new_input()
except:
print("在写亿个")
else:
print("赶紧赶紧,再写亿个")
\ No newline at end of file
try:
age=int(input('聪聪'))
except:
print("给你发的收入")
else:
if age < 18:
print("还款日")
print("上的人推己及人")
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