Computer Science, asked by preetikagrg7, 2 months ago

How may times for loop will run

for i in range(100)​

Answers

Answered by atrs7391
0

The loop will run 100 times and i's value will iterate from 0 to 99

Similar questions