Computer Science, asked by pranavi69, 1 month ago

Siya'scomputer teacher has given her an assignment to display the names of the fruits separated with a Tab space in Python . Which separator she should use with the print () function. 

,

\t

\n

Answers

Answered by NasDaily
0

looks like there aren't many great matches for you

Answered by yashaswibohra
1

Answer:

The separator between the arguments to print() function in Python is space by default (softspace feature) , which can be modified and can be made to any character, integer or string as per our choice.

Explanation:

Similar questions