You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have support for underscores in numeric literals to be able to write 500_000_000 instead of 500000000. This is a common feature for digit grouping in languages. See e.g. PEP-0515.