I have this:
import time keys = [\'trophies\', \'anagrams\', \'parado\', \'impishness\', \'sphering\'] for key in keys: print (key) time.sleep (2)