We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2b8dc commit 72399c0Copy full SHA for 72399c0
README.md
@@ -19,7 +19,7 @@ pip install hexlet-pairs
19
pairs.is_pair(p) # True
20
pairs.car(p) # 42
21
pairs.cdr(p) # 'foo'
22
- print(pairs.to_string(p)) # (42, 'foo')
+ print(pairs.to_string(p)) # cons(42, 'foo')
23
24
[](https://ru.hexlet.io/pages/about)
25
0 commit comments