```python if True: print("Hi") ``` What ends up in the REPL seems to be: ```python if True: print("Hi") ```