屏幕未出现在 python 乌龟中

Screen not appearing in python turtle

这是我的代码

import turtle
scr = turtle.Screen()

当我 运行 屏幕出现然后消失时,我做错了什么?

在代码末尾添加 scr.mainloop()