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