Old #Python: x = 1000000 New Python: x = 1_000_000 Since 3.6 you can put underscores in numeric literals as digit separators. Purely for readability -- Python ignores them. My "python --update" course starts July 21st: buff.ly/2RRGoXD
3 likes 0 replies
?