Focus3D / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Incorrect spacing between outputs #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Execute the following script:
for i in range(30):
    print ".",

What is the expected output? What do you see instead?
The dots all have a space between them - but there shouldn't be.

Original issue reported on code.google.com by johannes...@gmail.com on 24 Nov 2007 at 11:29

GoogleCodeExporter commented 8 years ago
Ahem...  this is a Python "feature" - referred to as "softspace".  Try the same
example using a normal Python interpreter...

Original comment by andre.ro...@gmail.com on 25 Nov 2007 at 1:30