181k views
20 votes
How do you use \t using python in coding

User Fdrv
by
5.4k points

1 Answer

9 votes

Answer:

Follows are the Python code in which we use "\t":

print('how \t do\t you \t use \t using \t python \t in \t coding.')#print message

Output:

how do you use using python in coding.

Step-by-step explanation:

In the above Python code, a print method is declared, in which it uses the given question as a message and in this, it uses "\t" that provides tab space in the given value. This programming language is general purpose. Therefore, it can be used as a desktop and web applications. It can also be used for the development of complex applications in science and numbers.

User Tobias Hermann
by
5.4k points