Courseiva

PCEP

Full exam simulation

45:00
1

Computer Programming and Python Fundamentals

medium

A function is defined as:

def add(a, b=5):
    return a + b

What is the result of add(10)?

0 of 30 answered