Python tab Space
Python Program to print tab space in output
Program or Solution
num1=int(input("Enter a First Number:"))
num2=int(input("Enter a Second Number:"))
print("{0}\t{1}".format(num1,num2))
Program Explanation
" " is specifies for tab space.Comments
Related Programs
- Python Hello World
- Python get input
- Python get Integer input
- Python get float input
- Python Decimal places
- Python New Line
- Python without new line
- Python Tuple Assignment
- Python Integer to Character
- Python Decimal to HexaDecimal
- Python Hexa Decimal to Decimal
- Python Decimal to Octal
- Python Octal to Decimal
- python Exponent representation
coming Soon
coming Soon