Python New Line
Python Program to illustrate New line in print using " "
Program or Solution
num1=int(input("Enter a First Number:"))
num2=int(input("Enter a Second Number:"))
print("{0}\n{1}".format(num1,num2))
Program Explanation
" " is specifies for new line.Comments
Related Programs
- Python Hello World
- Python get input
- Python get Integer input
- Python get float input
- Python Decimal places
- Python without new line
- Python tab Space
- 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