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
I don't get this at all. In ...READ MORE
what are global and local variables in ...READ MORE
I am completely new to sqlite, and ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...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
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.