Basics of Python-12
Day-12 While loop : While loop, here the loop will run until the given condition is satisfied. the basic syntax of the while loop : while(expression): statement (T) Let's solve a few problems on the while loop:- Write a program to print 1 to 10 nu...
Mar 16, 20232 min read19

