Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
testing code
#2
I am looking the source code of the page. For line 106 the code is:
<div class="line number106 index105 alt1">
    <code class="python spaces">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
    <code class="python plain">stdout.write( </code>
    <code class="python string">'0.'</code>
    <code class="python plain">)</code>
</div>
In line 107 this one looks like that:
<div class="line number107 index106 alt2">
    <code class="python spaces">&nbsp;&nbsp;&nbsp;&nbsp;</code>
    <code class="python plain">stdout.write( </code>
    <code class="python string">'0'</code>
    <code class="python keyword">*</code>
    <code class="python plain">(</code>
    <code class="python keyword">-</code>
    <code class="python plain">digits) )</code>
</div>
I can't tell what is causing it.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org


Messages In This Thread
testing code - by Skaperen - Oct-05-2016, 05:56 AM
RE: testing code - by wavic - Oct-05-2016, 06:26 AM
RE: testing code - by Skaperen - Oct-05-2016, 07:26 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020