print("Oliver Park") print('o----') print(' ||||') print('*' * 10)
Python codes get executed line by line from the top like the stack. From the top to the bottom.