Skip to content
Snippets Groups Projects
subtract.py 37 B
Newer Older
  • Learn to ignore specific revisions
  • Alessandro Cerioni's avatar
    Alessandro Cerioni committed
    def subtract(x, y):
        return x - y