Commit a8e47eab by BellCodeEditor

save project

parent 954ac760
Showing with 7 additions and 2 deletions
import func
aaa=func.new_input()
ccc=func.sun(aaa)
print(ccc)
\ No newline at end of file
...@@ -16,4 +16,4 @@ def sun(x): ...@@ -16,4 +16,4 @@ def sun(x):
for i in x: for i in x:
a+=i a+=i
return a return a
print('SB一共消费'+str(sun(new_input()))元!+'快给钱!' print('SB一共消费'+str(sun(new_input()))+'元,快给钱!')
\ No newline at end of file \ 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