New in Python: Underscores in Numeric Literals
Python 3.6 added some interesting new features. The one that we will be looking at in this article comes from PEP 515: Underscores in Numeric Literals. As the name of the PEP implies, this basically gives you the ability to write long numbers with underscores where the comma normally would be. In other words, 1000000 […]
New in Python: Underscores in Numeric Literals Read More »