Language
Python
Compiler
CPython HEAD 3.10.0a7+
Options
$ python3 prog.py
my_instance=<__main__.MyClass object at 0x7f7f54d5fb50>
self=42
------------------------------------------
self=<__main__.MyClass object at 0x7f7f54d5fb50>
val=42
------------------------------------------
self=<__main__.MyClass object at 0x7f7f54d5fb50>
val=42
------------------------------------------
Exit Code:
0