Commit 0461e8b4 by BellCodeEditor

save project

parent f0dd43d1
...@@ -16,6 +16,6 @@ def xyz(t): ...@@ -16,6 +16,6 @@ def xyz(t):
for i in t: for i in t:
j = j+i j = j+i
return j return j
f = ABC() #f = ABC()
t = xyz(f) #t = xyz(f)
print(t) #print(t)
\ No newline at end of file \ No newline at end of file
import func
f = func.ABC()
t = func.xyz(f)
print("您的总分是"+str(t))
\ 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