#!/usr/bin/python3 # -*- coding: utf-8 -*- # for00.py szText = "Visca 1r de DAW!" n = 1 for cCar in szText: print("%d)\t%c" % (n,cCar)) n += 1