标签: python python-3.x
我试图写一条线 我想覆盖过去的行,所以它看起来像一个不同的菜单,但它似乎不适用于输入功能,我该如何覆盖它?
def menu(): sys.stdout.write("Menu 1") x = input("Enter: ") sys.stdout.write('\r other different data') sys.stdout.flush() menu()