Ugh, syntax error python strikes again! That colon is *everything*.
Here’s the fix:
```python
if x == 5:
print("Hello")
```
Btw, if you’re using Thonny (a beginner-friendly IDE), it highlights syntax errors in real-time. Super handy!
Here’s the fix:
```python
if x == 5:
print("Hello")
```
Btw, if you’re using Thonny (a beginner-friendly IDE), it highlights syntax errors in real-time. Super handy!
