标题:python不能画图,是咋回事?
只看楼主
greenpop
Rank: 1
等 级:新手上路
帖 子:73
专家分:3
注 册:2011-12-22
结帖率:88.24%
 问题点数:0 回复次数:1 
python不能画图,是咋回事?
程序代码:
>>> import turtle as t
Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
    import turtle as t
  File "E:\zwg\pythonst\turtle.py", line 20, in <module>
    move(0, 100)
  File "E:\zwg\pythonst\turtle.py", line 6, in move
    turtle.penup()
AttributeError: 'module' object has no attribute 'penup'
搜索更多相关主题的帖子: line module File 画图 python 
2022-06-11 15:39
古123
Rank: 9Rank: 9Rank: 9
等 级:贵宾
威 望:14
帖 子:219
专家分:1098
注 册:2017-2-5
得分:0 
你不是将turtle导入别称为t了吗?
试试t.penup()
2022-06-12 07:36



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-509298-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.051278 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved