Commit 1a9d1529 by BellCodeEditor

auto save

parent f28cd839
Showing with 1 additions and 3 deletions
def sum(): def sum():
a=23
b=45
c=67
d=a+b+c d=a+b+c
return d return d
#print(sum()) #print(sum())
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