87670/what-is-the-meaning-of-while-true-while-doing-in-a-loop
Hey guys I have just started learning python since the last week could anyone pls tell me. What is the meaning of "while True :" while doing in a loop.
The body of the loop will continue to execute unless you break from the loop or return something from it.
The while construct says that after while, there should be a condition. But in your case, you are mentioning that the condition is True
Assumming a is a string. The Slice ...READ MORE
what are global and local variables in ...READ MORE
I am completely new to sqlite, and ...READ MORE
What kind of ambiguities are expected for ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
can you give an example using a ...READ MORE
You can simply the built-in function in ...READ MORE
Hello @Roshni, Python has a built-in module called ...READ MORE
The seed method is used to initialize the ...READ MORE
OR
Already have an account? Sign in.