Computer Science, asked by vineetgautam0123, 6 months ago

To print a line a text without ending it with a newline, _____________argument is used with print

Answers

Answered by VidhyaLekshmi
0

Answer:

extra argument

Explanation:

is it the answer I don't know it correctly if it is correct please mark as brainliest

Answered by Yamini2110
0

print("Hello there!", end = '') The next print function will be on the same line.

Similar questions