Computer Science, asked by rokeshwaran2008, 11 hours ago

write a program to print nos from 0 to 5 using for loop for x in range(6): print(x)​

Answers

Answered by kanaksethi1511
1

Answer:

Loops are used to repeat

Similar questions