joke_evaluation = "Isn´t that joke so funny?! %r"
En el final pone %r pero en ningún momento especifica de donde proviene. No entiendo el sentido que tiene en ese lugar. Ya que tampoco pone al final de la cadena % y su valor.
Se supone que el %r es como un muestramelo todo, pero no termino de enterderlo.
Escribo el código completo:
Código
# - *- coding: utf-8 *- - x = "there are %d types of peoples." % 10 binary = "binary" do_not = "don´t" y = "those who know %s and those who %s." % (binary, do_not) print x print y print "I said: %r." % x print "I also said: '%s'." % y hilarious = False joke_evaluation = "Isn´t that joke so funny?! %r" print joke_evaluation % hilarious w = "this is the left side of..." e = "a string with a right side." print w + e
· Los códigos deben ir en etiquetas GeSHi
>aquí las reglas del foro
-Engel Lex