Closed Pencilcaseman closed 2 years ago
Why didn’t it work before? Maybe it doesn’t work if you comment from the GitHub mobile app?
for i in range(123):
print("Hello, World!")
Does it work on Desktop?
```python for i in range(123): print("Hello, World!") ```
I wonder if anything different happens now?
```python # This is a comment :) for i in range(123): print("Hello, World!") ```
Does it still do the same thing?
```python # This is a comment :) for i in range(123): print("Hello, World!") ```
How about now?
```python # This is a comment :) for i in range(123): print("Hello, World!") ```
Below is a code block which should be turned into an image :)