kenken999's picture
test
275b9f3
raw
history blame
126 Bytes
def add(a, b):
"""Add two numbers"""
return a + b
def subtract(a, b):
"""Subtract two numbers"""
return a - b