A SICP'ish Points implemented in Python using hexlet-pairs
Project description
hexlet-points
A SICP'ish Points implemented in Python using hexlet-pairs.
Usage
>>> from hexlet import points
>>> p = points.make(100, 200)
>>> print(points.to_string(p))
(100, 200)
>>> points.get_x(p)
100
>>> points.get_y(p)
200
>>> points.get_quadrant(p)
1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size hexlet_points-0.3.0-py3-none-any.whl (2.5 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size hexlet-points-0.3.0.tar.gz (2.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for hexlet_points-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4512e55f0ef176ffbe4b34b0ecb2cc41aeb56837816e5e9d48cbe5e0b12b7071 |
|
MD5 | 0a6aa390e591a104bfbc805a7963c030 |
|
BLAKE2-256 | 66c25f183ef7e661ed3eae3b15afea60b16e9d7494eecb89e213eb3817283e78 |