Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to print continuesly in the same line in python

print("Hello world!", end = ' ')
print("It's me.")

Output:
Hello world! It's me.
 
PREVIOUS NEXT
Tagged: #print #continuesly #line #python
ADD COMMENT
Topic
Name
9+5 =