How many numbers will be in the output (don't use the Python Console):
for i in range(1, 12, 3):
print(i)How many numbers will be in the output (don't use the Python Console):
for i in range(1, 12, 3):
print(i)Create a free account to access the full topic