A Skill Development Platform
When we use print() function in Python, it prints every output in new line. So question is how to print without a new line?
Use print("anything here",end='')
Use print("anything here",end='')