Why isn't there a do while flow control statement in python? -
Is there any good reason why it is not done while making flow control statements in Python?
Why do people have to write while and break clearly?
It has been proposed but it has not been implemented because no syntax has come with composition Which is clear from while true an internal if-break .
Comments
Post a Comment