c. Application Based Questions:
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?
1.
Answers
Answered by
6
The sep parameter is primarily used to format the strings that need to be printed on the console and add a separator between strings to be printed. This feature was newly introduced in Python 3.
Answered by
6
Names of the fruits are separated with a tab space in Python with \t separator. Explanation: The print() function is used to print the stated objects to the screen, or to another standard output device.
PLS GIVE THANKS TO MY ANSWER
PLS MARK ME BRAINLEST AND FOLLOW ME
Similar questions