0
a="Python"
b="Learn Python"
print(a,"\n",b)

Output :

Python
 Learn Python 

Why output newline has a whitespace How to avoid this, I don't need whitespace. My code has anything wrong, please help me

Python 3.6.0

sentil
  • 13
  • 1
  • 7

0 Answers0