con print a otterrei quello che voglio. Ma posso assegnarlo ad una variabile? non penso.
Vediamo di capirci:
a = r'\x' print a
\x
b = a b
'\\x'
print b
\x
a == b
True
a == b == r'\x'
True รจ sempre la stessa cosa. -- Lawrence http://www.oluyede.org/blog http://www.neropercaso.it
_______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python