Y
Hacker News
new
|
ask
|
show
|
jobs
by
vaccarium
2584 days ago
Python does actually have an abstract type for numbers, and it is called Number:
https://docs.python.org/3/library/numbers.html
.