1、ctrl+n创建新文件
2、import time
import random
time.sleep(5)
a=random.randrange(90)
print(a)
输入以上代码
3、保存一下。
选择路径
4、运行后效果图