Y
Hacker News
new
|
ask
|
show
|
jobs
by
sillysaurusx
1848 days ago
Similarly, I thought "from fractions import Fraction" required a `pip install fractions`. But nope, turns out fractions is a built-in module I've never heard of. Neat!
1 comments
beforeolives
1848 days ago
Similarly, one of the most suprising things for me was that complex numbers are built into the language (no imports at all).
link