Commit c49b9db4 by BellCodeEditor

auto save

parent 3c50cda6
Showing with 25 additions and 19 deletions
# total = [] total = []
# def _鼠标(): def _shubiao():
# while True: while True:
# unit= input("请输入:") unit= input("qing shu ru:")
# if unit== '': if unit== '':
# break break
# else: else:
# total.append(unit) try:
# print(total) unit = int(unit)
# _鼠标() except:
try: print('qing chong xin shu ru yi ge shu zhi')
age = int(input('how old are you?')) else:
except: total.append(unit)
print('yao shu ru zheng shu a') print('-'*40)
else: print(total)
if age <18: _shubiao()
print('bu ke yi he jiu,kai che,chou yan o') # try:
print('cheng xu jie shu~~') # age = int(input('how old are you?'))
\ No newline at end of file # except:
# print('yao shu ru zheng shu a')
# else:
# if age <18:
# print('bu ke yi he jiu,kai che,chou yan o')
# print('cheng xu jie shu~~')
\ 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