Commit 5e35e5f6 by BellCodeEditor

save project

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