x = 10 print("Before: x = {{x}}") breakpoint() x = 20 print("After: x = {{x}}")