Here's a #python TIL:
>>> class Hello:
... pass
...
>>> Hello.hello = 'hello'
>>> instance = Hello()
>>> instance.hello
'hello'
I truly didn't think this would work, has this always been true?
Post
Here's a #python TIL:
>>> class Hello:
... pass
...
>>> Hello.hello = 'hello'
>>> instance = Hello()
>>> instance.hello
'hello'
I truly didn't think this would work, has this always been true?
This is a bonfire demo instance for testing purposes. This is not a production site. There are no backups for now. Data, including profiles may be wiped without notice. No service or other guarantees expressed or implied.