Message from Python discussions

November 2018

— Or if you only have one item put paranthesis around it...that was you print a tuple but it works

— 

I just want to know is there any other way to do the same thing with out using end = ' ' parametere in python 3

— Why do you need one ?

— No need actually. Just to see is there any way ;)

— Maybe writing to stdout directly might work

— Have to test though

— Yeah... Thanks Simon :)

— If there is a way, why do you need another

— Ye, sys.stdout.write() works too

— But that reminds me of java

— Test it in a file not a repl since it won't work in the repl

— I wonder is there anyway to do the same thing in a defernt way. Just my curiosity