I am trying to update the last line in PyCharm's console. Say, I print a
and then I want to change it to c
. However, I encounter the following problem. When I run:
print 'ac'
it prints
a c
while the desired output (which is also what I see in the Windows console) is:
c
Is there a way to move the cursor back in PyCharm's console? or maybe delete the whole line?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…