Commit 2d87d004 by BellCodeEditor

save project

parent 0e1b7bff
import func
a = func.abg()
b = func.aq(a)
print(b,'分')
\ No newline at end of file
...@@ -17,6 +17,3 @@ def aq(a): ...@@ -17,6 +17,3 @@ def aq(a):
for i in a: for i in a:
ab = ab+i ab = ab+i
return ab return ab
a = abg()
sb = aq(a)
print('要',sb,'元。')
\ 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