what is the syntax to print output in a single line
Answers
Answered by
4
Answer:
searched and found that the way to do this in a single line would be: sys.stdout.write('{0} / {1}, '. format(x+1, y))
Similar questions