Blog

What is the output of the code below?

for x in range(3, 11, 3):
print(x)