Commit b82425ba by BellCodeEditor

save project

parent 6d88eca4
Showing with 26 additions and 0 deletions
def add():
x=5
y=9
print("kkk")
print("bbb")
z=x+y
return x
result = add()
print(result)
\ No newline at end of file
try:
def new_input():
total = []
except:
while True:
unit= input("请输入:")
else:
if unit== 'q':
break
else:
total.append(unit)
print(total)
return total
print(total[0])
\ 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