<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Sera.<div>Una questione semplice che, immagino, richiede una soluzione super semplice.</div><div><br></div><div>s = ‘123’</div><div>for j in range(3):</div><div>    print s,</div><div><br></div><div>L’output è:</div><div><br></div><div>123 123 123</div><div><br></div><div>So che avrei potuto scrivere print s*3, ma non è questo il caso.</div><div><br></div><div>Il problema è che non voglio quello spazio. Mi serve ottenere:</div><div><br></div><div>123123123</div><div><br></div><div>Lo otterrei unendo le stringhe col “+”, ma non posso terminare la riga con +</div><div><br></div><div>print s+</div><div><br></div><div>perché si tratta di un synthax error.</div><div><br></div><div>Come fare?</div><div><br></div><div>Grazie.</div><div>…anche per sopportare le mie domande così “niubbe”.</div><div><br></div><div>GB.<br><div>
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">—<div>Namasté!</div><div>Sent from my iMac27. (Libero)</div></div>
</div>
<br></div></body></html>