Commit 1f051f6c by BellCodeEditor

auto save

parent deff0739
Showing with 8 additions and 6 deletions
def add(x,y): def sum():
x=2 a=23
b=56
return x c=78
print add(2) d=a+b+c
\ No newline at end of file return d
print(sum())
\ 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