Functions
400
35
What do you get if you call

f(10, 5) + g(10)

for the functions defined as follows:

def f(a, b):
return a + b

def g(a):
return a * 2






Hello Python!

Press F11 for full screen mode



Limited time offer: Membership 25% off


Clone | Edit | Download / Play Offline