Manasvi’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? Write a program to demonstrate its use along with output.
Answers
Answered by
3
Answer:
Names of the fruits are separated with a tab space in phytons with it separator.
Explanation:
The print () function is used to print the stated objects to the screen ,or to another standard output device
Similar questions