Closed Pencilcaseman closed 2 years ago
```python print("This is a test issue") # Does this get formatted? for i in range(10): print("Hello, World!") ```
View raw code
```python print("This is a test issue") # Does this get formatted? for i in range(10): print("Hello, World!") ```