Blog

What is the output of the code below?

for x in range(2, 10, 2):
print(x, end=”, “)