Home / Code-challenges / Debug Calculate Sum
def calculate_sum(a, b): return a + B print(calculate_sum(2, 3))
Python
Debugging