Computer Science, asked by deviteja24, 1 month ago

a _______ in the print commond stop the program from starting a new line on the screen when showing text .
a.phython
b.comma
c.equal to
d.variable
e.rules​

Answers

Answered by PagliLadkiHere
1

Answer:

In order to print without newline in Python, you need to add an extra argument to your print function that will tell the program that you don't want your next string to be on a new line. Here's an example: print("Hello there!", end = '') print("It is a great day.") print("It is a great day.")

#Pari here..

Answered by munmunsarkar886
0

Answer:

no ais the correct answer

Explanation:

please mark me as brainlist

Similar questions