este código vá de maravilla:
Código:
Pero se supone que a la función print le pudo pasar el parámetro sep="MI SEPARADOR", por ello hago:#!C:\Python27/python #coding: utf-8 import sys; print "Content-type: text/html" print "" print '<a href="">Esta Página</a> está en el directorio <strong>[',sys.path[0],']</strong>'
Código:
y no vá...#!C:\Python27/python #coding: utf-8 import sys; print "Content-type: text/html" print "" print ('<a href="">Esta Página</a> está en el directorio <strong>[',sys.path[0],']</strong>',sep='')
saben cómo puedo hacer uso del sep='' ?