open_in_new content_copy
def addNums(a,b):
    summa = a + b
    return summa
open_in_new MORE content_copy COPY

@shyadgarov at thiscodeWorks.com