Computer Science, asked by archanasharmadeoria2, 4 months ago

Kritika's computer 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 ?​

Answers

Answered by jai696
11

She should use the "\t" separator.

Example:

fruits = ["mangoes", "strawberries", "grapes"]

print(*fruits, sep = "\t")

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions