#! /usr/bin/python3 def func(a): return 15*a func(13)