Python 命令行交互等待用户输入 HenryZ 2021-11-28 更新于 2023-12-23 目录 使用内置的 input 函数 举例:打印用户的输入 name = input("Please input your name:") print(name) 举例:按回车键之后退出 input("PRESS ENTER TO QUIT") sys.exit(0) Please enable JavaScript to view the comments powered by giscus.