Commit 1f051f6c by BellCodeEditor

auto save

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