answersLogoWhite

0

How do you do a program looping?

User Avatar

Anonymous

10y 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 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 statement?

What is looping statement?


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 is the difference between branching and looping?

Branching and looping are fundamental control structures in programming. Branching allows a program to make decisions based on conditions, executing different code paths (e.g., using if-else statements). In contrast, looping enables the repeated execution of a block of code as long as a specified condition is met, utilizing structures like for, while, or do-while loops. Essentially, branching directs the flow based on conditions, while looping iterates through code.


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


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.


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)


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

differance between control statement and looping statement?