Commit 0d41fb76 by BellCodeEditor

auto save

parent 6e17120b
Showing with 3 additions and 9 deletions
try: a=open(r'd:\Users\Administrator\Desktop\新建文本文档 (3).txt','w',encoding='utf-8')
age = int(input('你今年几岁')) a.write('小兰:12本')
except: a.close()
print('要输入整数')
else:
if age < 18:
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