标签: python python-3.x
这两者有什么区别?
print("Hello World", flush=False)
Hello World
print("Hello World", flush=True)