Computer Science, asked by tanmaykhush7551, 7 months ago

Kritika's computer teacher has given her an assignment to display the names of the fruits separated with a tab space in phyton. Which seperator she should use with the print () function?

Answers

Answered by anirudhkp2004
2

Answer:

She should use \t to seperate it by Tab spaces.It is an escape sequence in Python . an escape sequences are attributes that cannot be typed by keyboard,other escape sequences includes:

\n - New line

\a - Ascii Bell

\t - horizontal tab

\v - Vertical tab ..etc

Note: Its backslash( ' \ ') not Forward slash (' / ' )

Thanks..

Answered by nehathallikalla2482
1

Answer:

Explanation:

Sorry I didn't understand

Similar questions