Skip to content

Simple repo to learn how the break statement works in Python 🐍

Notifications You must be signed in to change notification settings

gabriele-gozzoli/break-the-loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

break-the-loop

Simple repo to learn how the break statement works in Python 🐍

βš™οΈ Prerequisites

This repo assumes that pyenv and Poetry are already installed and configured.

πŸ”¨ Install

  • clone the repo and cd into it
  • activate a compatible python version: pyenv local 3.8.6
  • install the repo with all its dependencies: poetry install

πŸ§ͺ Run the test

poetry run pytest tests -vv --cov-report term-missing --cov=src

Why the break statement line is missing? πŸ€”

About

Simple repo to learn how the break statement works in Python 🐍

Resources

Stars

Watchers

Forks

Languages