<li>In the simplest case, the <code>2to3</code> script will simply convert <code>xrange()</code> to <code>range()</code>. <li>If your Python 2 code used <code>range ...