Computer Science, asked by pragyakavya19, 7 months ago

kritika 's computer teacher has given her an assignment to display the names of fruits separated with a tab space in python . which separator should she use with the print ( ) function ​

Answers

Answered by sumankumar078
10

Answer:

she  should use '/t' separator

Explanation:

Answered by mariospartan
4

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.
  • The apparatus between the arguments to print() operate in Python is house by default (soft space feature) , which might be changed and might be created to any character, whole number or string as per our selection.
  • The ‘sep’ parameter is employed to realize an equivalent, it's found solely in python three. x or later. it's additionally used for data formatting the output strings.
  • The Sept parameter once used with the top parameter it produces awful results.
Similar questions