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

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

php - What is the best way to get the URL of a 404'd file after redirect? -