How do you lazy load a python global without using the global keyword? A write-once global is morally the same as an initialized global, but all the linters think that the `global` keyword needs to be removed from the programming language because it could be write-many
#python
Post
June 20, 2020