Commit 9deffda3 by BellCodeEditor

save project

parent 433f5b94
Showing with 10 additions and 2 deletions
def add(x,y):
w=x+y
print(w)
#return (w)
add(123456,123456)
\ No newline at end of file
...@@ -12,5 +12,6 @@ def new(): ...@@ -12,5 +12,6 @@ def new():
else: else:
z.append(a1) z.append(a1)
print(z) print(z)
new() return(z)
h=new()
print(h)
\ 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