DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python overwrite print on same line
import
time
for
j
in
range
(
1
,
5
)
:
print
(
'waiting : '
+
j
,
end
=
' '
)
time
.
sleep
(
1
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#overwrite
#print
#line
ADD COMMENT
Topic
COMMENT
Name
4+1 =
Submit