Computer Science, asked by adnkuwait, 10 months ago

Which argument of print() would you set for :
(i) changing the default separator (space)?
(ii)printing the following line in current line?

Answers

Answered by rahulrai81
16

Explanation:

The "argument of print" would set for (a) "changing the default separator" is 'SEP' and argument of print would set for (b) "printing the following line in the current line" is 'END'.

Explanation:

(a) The 'sep' parameter is used as an argument to modify the default separator.

By default, space is a "separator between the arguments" in print() function, that can be changed to any integer, character or string as to our choice using the 'sep' parameter.

(b) To print the following line in the current line, set the argument "end=” in the print() command. By default, the print() command inserts a new line at the end.

plz mark it brainlliest answer

hope it may help you

Answered by Itzvihitha
16

Explanation:

i) To change the default separator the Sep parameter is used as an argument

ii) for printing the following line in current line End parameter is used as an argument

«Thank you»

Similar questions