Commit 414b1fe0 by BellCodeEditor

auto save

parent 7b185fe8
......@@ -14,12 +14,17 @@ def new_input():
print(total)
return total
r=new_input()
sum=0
def b(r):
sum=0
for i in r:
sum+=i
print(sum)
return sum
print(sum)
new_input()
import turtle
\ No newline at end of file
import func
data =func.new_input()
score=func.b(data)
\ 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