- Notifications
You must be signed in to change notification settings - Fork0
A SICP'ish Points implemented in Python using hexlet-pairs.
License
NotificationsYou must be signed in to change notification settings
hexlet-components/python-points
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A SICP'ish Points implemented in Python using hexlet-pairs.
pip install hexlet-points
from hexlet import pointsp = points.make(100, 200)print(points.to_string(p)) # (100, 200)points.get_x(p) # 100points.get_y(p) # 200points.get_quadrant(p) # 1
This repository is created and maintained by the team and the community of Hexlet, an educational project.Read more about Hexlet.
See most active contributors onhexlet-friends.
About
A SICP'ish Points implemented in Python using hexlet-pairs.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.