# -*- coding: UTF-8 -*- hola = 'HOLA MUNDO' for i in hola: print i j = 0 while j < 1000000: j = j + 1