example:
i = 'string'
for x in i:
print('hi this should print multiple times')
#somthing that detects when for loop is finished
#or something that detects that here
its quite simple, all examples i found either didn't work/were really complex, and i'm just looking for something simple bc im sure theres a good way to do this and i just didn't find it.
links ive found but have not realy worked for me: