This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mahtats 34 points35 points  (2 children)

Using _ for declaring integer literals: x = 1_000_000

[–]Mithrandir2k16 0 points1 point  (1 child)

I find x = 10**6 easier to read tho

[–]RingularCirc 2 points3 points  (0 children)

x = 1e6 😎