Not working if statments when used in code

A few tips:

  1. Code Formatting Etiquette
  2. Use code blocks
  3. 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!")