Computer Science, asked by parakharushi2009, 17 days ago

Write the use of Print( ) with tab space.

Answers

Answered by pm9148805
0

Answer:

The \t inside the string is the escape sequence for the horizontal tabulation. Using print "a\tb" gives me a (8 spaces)b in the cmd on Windows .

Similar questions