Home python while loops an break and continue statement while loops an break and continue statement Author - persontechnical talkiess March 30, 2023 0 share i=0while(i<34): i = i+1 if(i+1 < 5): continue if(i > 34): break i = i+1 print(i) Tags python Facebook Twitter Whatsapp Newer Older
Thanks you for commenting your questions. I will see question and respond you.