mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
5 lines
70 B
Python
5 lines
70 B
Python
def add(a, b):
|
|
return a + b
|
|
|
|
def multiply(a, b):
|
|
return a * b
|