You can add underscores to numbers in Python
TIL that for readability, x = 100000000
can be written as x = 100_000_000
etc.! Works for all kinds of numbers - ints, floats, hex etc.!1
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus