SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Data Science 1 exam

» Start this Course
(Practice similar questions for free)
Question:

While Statement(excute code repeatly):

Author: Jessica Ruvalcaba



Answer:

While condition: -------Statements #at least one statement must make condition false else: ------statements #execute when condition becomes false break # to exit loop while condition still true continue # to exit iteration


0 / 5  (0 ratings)

1 answer(s) in total