0

How can I make other loop?

1st Aug 2016, 10:39 AM
Javad Rezvani
Javad Rezvani - avatar
6 ответов
- 1
depending on your situation, most probably the same way you made first one. you can nest them like this: while(condition): some_code() while(another_contition): some_other_code() some_third_code() or they can executed one after another: while(condition): some_code() some_other_code() while(another_condition): some_third_code() if this does not answer your question, specify in more detail what you want to achieve.
1st Aug 2016, 1:11 PM
RedAnt
RedAnt - avatar
- 1
do you mean "nested loops"?
2nd Aug 2016, 7:06 AM
Ali
Ali - avatar
- 1
while(): while():
3rd Aug 2016, 5:07 AM
Samiul Sk
Samiul Sk - avatar
- 3
سلام
3rd Aug 2016, 5:32 AM
saeid saadih
saeid saadih - avatar
- 3
خوبی
3rd Aug 2016, 5:32 AM
saeid saadih
saeid saadih - avatar
- 3
علی
3rd Aug 2016, 5:33 AM
saeid saadih
saeid saadih - avatar