Completely artificial example revisited: using for

Just for comparison, here's how we could use for to display Hi! three times:

Hihihi! in python using a for
loop.