VS code运行关于turtle报错:Module 'turtle' has no 'penup'等等

1.点击VS code界面右下角的设置
2.在设置里面找到settings.json文件
3.对该文件进行编辑,添加一行 :
“python.linting.pylintArgs”: ["–generate-members"]即可。

发布了9 篇原创文章 · 获赞 1 · 访问量 58

猜你喜欢

转载自blog.csdn.net/qq_43569821/article/details/104753204