A few tips:
- Code Formatting Etiquette
- Use code blocks
- Tell us which line the error is at
People are less inclined to put in the effort to help you if you yourself don’t put in any effort
This is how you make code blocks:
```
 print(“Hello world!”)
 ```
Result:
print("Hello world!")