TIL: Python3.6 supports underscores in numeric literals (PEP515)
For reference [https://www.python.org/dev/peps/pep-0515/#id26](https://www.python.org/dev/peps/pep-0515/#id26):
>>> 1_234_567 == 1234567
True
>>>
/r/Python
https://redd.it/cc8jpp
For reference [https://www.python.org/dev/peps/pep-0515/#id26](https://www.python.org/dev/peps/pep-0515/#id26):
>>> 1_234_567 == 1234567
True
>>>
/r/Python
https://redd.it/cc8jpp
peps.python.org
PEP 515 – Underscores in Numeric Literals | peps.python.org
Python Enhancement Proposals (PEPs)