#!/usr/local/bin/python3 def add(x, y): return x + y add(2, 3)