answersLogoWhite

0

How do you do a program looping?

User Avatar

Anonymous

9y ago
Updated: 5/24/2022

An infinite loop might look something like:

while 1==1:

print("Infinite loop")

as 1 is ALWAYS equal to 1.

User Avatar

Bill Klocko

Lvl 10
3y ago

What else can I help you with?

Related Questions

What is looping statement?

What is looping statement?


What is the difference between Do While statements and Do For statements?

A "do while....." statement is a looping instruction to a program to repeat a stage in the program while some condition is true - e.g while a variable is negative, or, while one variable is less than another. A "do for ....." statement is a looping instruction to a program to repeat a stage in the program a set number of times - e.g for steps = 1 to 10, or, for steps = 1 to (some variable).


What is Looping in writing?

Looping is linking your thoughts to expand on your writing.


How do you make a program like 5142332415 using looping?

There is insufficient information in the question to answer it. Please rephrase the question.


What are the ratings and certificates for Looping - 1992?

Looping - 1992 is rated/received certificates of: Belgium:KT


When was Looping State of Mind created?

Looping State of Mind was created on 2011-10-24.


What are the release dates for Looping the Loop - 1903?

Looping the Loop - 1903 was released on: USA: April 1903


When was Looping Star - Nagashima Spa Land - created?

Looping Star - Nagashima Spa Land - was created in 1982.


What are the ratings and certificates for Looping - 1981?

Looping - 1981 is rated/received certificates of: West Germany:16 (f)


1 equals n how to find answer n equals 100?

You cannot, unless n is a counter in a program or algorithm for a looping process. In that case, you need to know what the algorithm is doing.


What is looping in transportation problem?

looping refers to the covering of all the nodes from a source to the destination by reaching all the nodes at once


What is difference between control statements and looping statements in c language?

differance between control statement and looping statement?