Commit 5789ee58 by BellCodeEditor

save project

parent 3ed378d6
...@@ -19,9 +19,9 @@ def sum(money): ...@@ -19,9 +19,9 @@ def sum(money):
for i in money: for i in money:
ooo = ooo + i ooo = ooo + i
return ooo return ooo
'''
_4 = new_input()
print(_4)
_4 = new_input() ppp = sum(_4)
print(_4) print(ppp)'''
\ No newline at end of file
ppp = sum(_4)
print(ppp)
\ No newline at end of file
int(input("请输入:")) import func
\ No newline at end of file
qqq = func.new_input()
score = func.sum(qqq)
print(score)
\ 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