ajtran303 / lights

Python OOP & TDD Exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lights

Python OOP & TDD Exercise

Story

  • There is a light
  • It can turn on and off
  • It can shine light or not
  • It can be put in a box with more lights
  • When a light shines, it emits lumens
  • Lumens are measured with an integer
  • A box of lights will emit the sum of lumens
  • Lumens have a human-relatable description (within a range)

About

Python OOP & TDD Exercise


Languages

Language:Python 100.0%