Skip to content

Commit 12401a0

Browse files
committed
Rename Dorothy's folder into `python-break/
1 parent cb40148 commit 12401a0

7 files changed

+0
-0
lines changed

how-to-exit-loops-early-with-python-break-keyword/README.md renamed to python-break/README.md

File renamed without changes.

how-to-exit-loops-early-with-python-break-keyword/break_statement_introduction.py renamed to python-break/break_statement_introduction.py

File renamed without changes.

how-to-exit-loops-early-with-python-break-keyword/continue_statement_example.py renamed to python-break/continue_statement_example.py

File renamed without changes.

how-to-exit-loops-early-with-python-break-keyword/for_loop_test_scores_example.py renamed to python-break/for_loop_test_scores_example.py

File renamed without changes.

how-to-exit-loops-early-with-python-break-keyword/for_loop_test_scores_example_with_tutor_rec.py renamed to python-break/for_loop_test_scores_example_with_tutor_rec.py

File renamed without changes.

how-to-exit-loops-early-with-python-break-keyword/nested_loop_number_of_failed_students_example.py renamed to python-break/nested_loop_number_of_failed_students_example.py

File renamed without changes.

how-to-exit-loops-early-with-python-break-keyword/user_input_example.py renamed to python-break/user_input_example.py

File renamed without changes.

0 commit comments

Comments
 (0)