Untitled

 avatar
unknown
plain_text
3 years ago
55 B
12
Indexable
for num in range(1, 17, 3):
	print(num, num+1, end=" ")
Editor is loading...