Commit 5e35e5f6 by BellCodeEditor

save project

parent e9c19ac3
Showing with 8 additions and 11 deletions
def sb_lppp(): def func(a,b):
total = [] c=a+b
while True: print(c)
unit= input("请输入:") return c
if unit== 'q':
break new_c=func(2,7758237)
else: print(new_c)
total.append(unit) \ No newline at end of file
print(total)
print(sb_lppp)
\ 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