标签: string python-2.7
我想知道是否有办法从第n个字符开始覆盖现有的打印输出行。所以不要覆盖像这样的一切
sys.stdout.write("\r 5: elephant") sys.stdout.flush()
你会在以下后面替换现有的行: