Commit 0f3f200a by BellCodeEditor

save project

parent cb45e036
Showing with 11 additions and 0 deletions
del new_input():
total = []
while:
c=int(input("请输入价格"))
if c=="p":
break
else:
total.append(c)
ff=return new_input()
print(ff)
\ 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