|
||||
|
the print command in python puts a space automatically between two items seperated by comma,like w1='hello' w2='python' print w1,w2 would give an output hello python and not hellopython Is there any way to turn this feature off? |
||||
|
|
LiveJournal for python.
|
|||||||||
| Friday, August 19th, 2005 |
|
||||
|
the print command in python puts a space automatically between two items seperated by comma,like w1='hello' w2='python' print w1,w2 would give an output hello python and not hellopython Is there any way to turn this feature off? |
||||
|
|
LiveJournal for python.
|
|||||||||||