![]() |
2012-01-12
, 21:12
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#2
|
Old: print x, # Trailing comma suppresses newline
New: print(x, end=" ") # Appends a space instead of a newline
The Following User Says Thank You to Slocan For This Useful Post: | ||
![]() |
2012-01-15
, 00:57
|
Posts: 19 |
Thanked: 0 times |
Joined on Sep 2011
|
#3
|
I'm at the moment stomped with the line:
Would it be alright to ask what would be the best solution or counterpart of that syntax in Python 2.5.4?
Thank you in advance
PS: Yes, one of the reasons I'm learning Python is for development also in the N900 (which I eventually want to build a Plurk client). Sadly, I'm mostly crunching my little free time and can only study during the time I'm traveling.
PPS: I also apologize if I posted this in the wrong section. Kindly move if necessary.