Posts by Kelson • 11 points
1 post
-
1
votes7
answers52205
viewsA: Is there a way to print everything without breaking the line?
For this just by a comma after the print for example: `for item in "California": if item == "i": print "x", else: print item,`