Skip to content
Snippets Groups Projects
Commit e13790d8 authored by Xu, Panpan's avatar Xu, Panpan
Browse files

A sum function added to the multiply.py

parent c0bc652e
Branches main
No related tags found
No related merge requests found
def multiply(a, b):
"""To multiply a and b"""
return a*b
def sum(a, b):
return a+b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment