CBSE Class 11 Computer Science
Question 23 of 106
Python Fundamentals — Question 9
Back to all questions 9
Question Question 9
Which of the following is an escape sequence for a tab character ?
- \a
- \t ✓
- \n
- \b
Which of the following is an escape sequence for a tab character ?