What is Nostr?
streetyogi /
npub1nuj…qmun
2023-03-27 03:35:27

streetyogi on Nostr: The `_` character has quite some meaning in Python: - Can be used as thousands ...

The `_` character has quite some meaning in Python:

- Can be used as thousands separator
- recalls the last value in the Python interpreter
- final clause in match statement
- prevents variables starting with _ from being imported with import *
- gettext translation function in built-in namespace

Mostly you will read that Python is easy to learn and `_` just a valid character for a variable name.
Author Public Key
npub1nujsvauvdlj8rat0rhvrksa56wuwr7k6mteh3pqtfnwnnmtxug9sg8qmun