0 out of 68 challenges solved

Fix the error in Python code #1

# Fix the error in the code below
for i in range(10)
    i += 1
    print(i)