Commit 8c0926ff by BellCodeEditor

save project

parent 797874a3
def add(x,y):
z=x+y
return 2
a=add(1,2)
\ No newline at end of file
import a
score=a.add(1,2)
print(score)
\ 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