I have a list of characters called lines
lines
If you execute the code
for i in lines: print(i)
You get:
>