Commit fd98e6fb by BellCodeEditor

save project

parent 7bf4893f
Showing with 43 additions and 15 deletions
def Math():
total = []
while True:
try:
unit= int(input("请输入:"))
except:
print("INT!!!!!!!")
else:
if unit== 'q':
break
else:
total.append(unit)
print(total)
Math()
\ No newline at end of file
name=input("勇于挑战的创造师你叫什么呀?")
print(name+"你好")
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