Blog

What is the output of the code below?

for x in range(-1, -9, -3):
    print(x, end=”, ”)