Sha256: 219cb1670c07568e97929affa0a3f51c7da491afd54827b347ef0d759fa10236
Contents?: true
Size: 897 Bytes
Versions: 21
Compression:
Stored size: 897 Bytes
Contents
# Clock Implement a clock that handles times without dates. You should be able to add and subtract minutes to it. Two clocks that represent the same time should be equal to each other. ## Submitting Exercises Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory. For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`. For more detailed information about running tests, code style and linting, please see the [help page](http://exercism.io/languages/python). ## Source Pairing session with Erin Drummond [https://twitter.com/ebdrummond](https://twitter.com/ebdrummond) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
21 entries across 21 versions & 1 rubygems