python f-string debug mode: ``` hello = 5 print(f"{hello=}") hello=5 ```
python f-string debug mode: