for k in range(1,11): print(k,end= ) print()
in this program i am not able to understand the functionality of print() function. why and how it is able to print the result vertically down after each loop iterated. As it should only create a space down vertically after each loop iterated.