print number in one line python code example Example: printing a range of no one line in python for x in range(1,11): print(x, end=" ")