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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -