F
F
freestm2018-03-25 15:42:38
Python
freestm, 2018-03-25 15:42:38

Is there a "for(;;)" loop in python? Or just "for in"?

I can’t understand if there is a for (;;) operator familiar to everyone in python?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Romanov, 2018-03-25
@freestm

You are right, there is only for in. However, it may well cover scenarios for using the classic for, for example, using range()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question