Making a spiral square that increases by a percentage

Hello everyone. I am new to coding and attempting to make a loop that constructs a squared spiral, using turtle. I need to begin with a segment size of 5, and increment the segment by 10% for each new segment. It also has to rotate clockwise. If anyone has any help they could provide it would be greatly appreciated. Thank you in advance!

Welcome Salvatore!

Great!

What have you tried so far?

Please copy and paste your code between “code fences”, like this:

```
your code goes here
```

You can also use three tildes ~~~ instead of the backticks.