DAY 28(CODE INFINITY)

In this world full  of competitiveness we all want to succeed but sometimes you put your all and didn't make then wait for your time someday you will get it maybe this was not your time so start focus on your work on yourself so Let's get started with this and practice break and continue today...

Code for this is:

for i in range(1,101,1):

    print(i ,end=" ")

    if(i==50):

        break

    else:

        print("Mississippi")

print("Thank you")

Screenshot of repel :

Link of the repel:

https://replit.com/@shwetaantil97/19-Day-19-break-and-continue#main.py


Comments

Popular posts from this blog