Python3怎么让程序结束时暂停一段时间

1、input方法
input()
2、os.system("pause")方法
需要

import os
原文地址:https://www.cnblogs.com/coding365/p/12643218.html