Computer Science, asked by palak6697, 1 month ago

what is the syntax to print output in a single line​

Answers

Answered by sakshi746454
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