Commit 5fcf1c40 by BellCodeEditor

auto save

parent 3ae1d6d8
Showing with 3 additions and 2 deletions
import func import func
b=new_input() b=func.new_input()
c=sum(b) c=func.sum(b)
print(c) print(c)
\ 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