Commit 8bc2d933 by BellCodeEditor

auto save

parent c64f82bb
Showing with 1 additions and 2 deletions
#新建一个模块后,利用import代码,导入前一个模块,再调用前一个模块的sum、price函数。
import func
score=func.price()
score_zong=func.sum(score)
print(score_zong)
\ 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