Python - Object-Oriented Programming Foundations
What will be the output of this procedural Python code?
def add(a, b):
return a + b
result = add(3, 4)
print(result)def add(a, b):
return a + b
result = add(3, 4)
print(result)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions