def f(): return "Python" def g(): return f() + 3 # error