0 out of 68 challenges solved

Fix the error in Python code #6

# Fix the error in the code below
def add_two(a, b):
    return a + b

total = add_two(2; 6)
print(total)