Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. libro = 'Tres Maestros'
  2.  
  3. for i in range(len(libro)):
  4.     print(libro[i], ' ', end = '')