Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to give tab space in python

#Please Subscribe my channel - https://bit.ly/PROGRAMMING-HERO

'''
You can use escape sequence characters.
like "	" to add tab space
and "
" for a new line etc.

For example -
'''

print("Hello	World!")
# Output - Hello    World
 
PREVIOUS NEXT
Tagged: #give #tab #space #python
ADD COMMENT
Topic
Name
8+2 =