0
How can I make other loop?
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.
- 1
do you mean "nested loops"?
- 1
while():
while():
- 3
سلام
- 3
خوبی
- 3
علی