/Python/What type of loop does the following Python syntax represent? for i in range(10): print(i)

What type of loop does the following Python syntax represent? for i in range(10): print(i)

What type of loop does the following Python syntax represent? for i in range(10): print(i)

-2
ShareSimilar codes
Share