Computer Science, asked by hiral2221, 3 months ago

6. What are Separators? Mention the different types of
Separators.​

Answers

Answered by samikshamehta
0

Answer:

there are 3 main separators used with print() function in python:

1. newline: '/n'

2. tab: '/t'

3. comma: ','

Similar questions