Commit 5c08c124 by BellCodeEditor

save project

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