Reflection shape on x axis ( program does not reflect on x axis)

if axis.lower() == “x”:
for _ in range(noofsides):
t.goto(t.xcor(), -t.ycor()) # Reflect the current position across the x-axis
t.left(360 / noofsides)

Please format your code using the </> button (pre-formatted text).

```
def like_this():
    print('example')
```