<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><BR><BR><BR><BR>
<HR id=stopSpelling>
&gt; Subject: Re: [Python] doppio backslash non va<BR>&gt; From: smze@eutelia.com<BR>&gt; To: python@lists.python.it<BR>&gt; Date: Fri, 2 Feb 2007 17:59:10 +0100<BR>&gt; <BR><BR>&gt; Ok con print a funziona. Ma io ho bisogno che la stringa '\x' sia<BR>&gt; inserita in una variabile a='\x'<BR>&gt; sulla quale poi lavorare. E' possibile la cosa?<BR><BR>
Ed è esattamente quello che fai con a = r'\x' o con a = '\\x'<BR>
qual'è il problema??<BR><br /><hr />Invia messaggi direttamente al tuo blog e carica foto, commenti e altro ancora con MSN Spaces. <a href='http://spaces.msn.com' target='_new'>È gratuito!</a></body>
</html>