Now, please correctly format it;
for example:
if d > 0 and b > 3:
print(a[:d], end=",")
should be,
if d > 0 and b > 3:
print(a[:d], end=",")
code:
```
if d > 0 and b > 3:
print(a[:d], end=",")
```
and this also.
And you don’t need to create new posts. Just edit previous ones.