<legend id='hODKf'><style id='hODKf'><dir id='hODKf'><q id='hODKf'></q></dir></style></legend>
<i id='hODKf'><tr id='hODKf'><dt id='hODKf'><q id='hODKf'><span id='hODKf'><b id='hODKf'><form id='hODKf'><ins id='hODKf'></ins><ul id='hODKf'></ul><sub id='hODKf'></sub></form><legend id='hODKf'></legend><bdo id='hODKf'><pre id='hODKf'><center id='hODKf'></center></pre></bdo></b><th id='hODKf'></th></span></q></dt></tr></i><div id='hODKf'><tfoot id='hODKf'></tfoot><dl id='hODKf'><fieldset id='hODKf'></fieldset></dl></div>
    1. <small id='hODKf'></small><noframes id='hODKf'>

        <bdo id='hODKf'></bdo><ul id='hODKf'></ul>

      1. <tfoot id='hODKf'></tfoot>

        AttributeError:部分初始化的模块“turtle"没有属

        时间:2023-09-13
            <bdo id='YzlMs'></bdo><ul id='YzlMs'></ul>
          • <legend id='YzlMs'><style id='YzlMs'><dir id='YzlMs'><q id='YzlMs'></q></dir></style></legend>

                <tbody id='YzlMs'></tbody>

                <small id='YzlMs'></small><noframes id='YzlMs'>

              • <tfoot id='YzlMs'></tfoot>
                  <i id='YzlMs'><tr id='YzlMs'><dt id='YzlMs'><q id='YzlMs'><span id='YzlMs'><b id='YzlMs'><form id='YzlMs'><ins id='YzlMs'></ins><ul id='YzlMs'></ul><sub id='YzlMs'></sub></form><legend id='YzlMs'></legend><bdo id='YzlMs'><pre id='YzlMs'><center id='YzlMs'></center></pre></bdo></b><th id='YzlMs'></th></span></q></dt></tr></i><div id='YzlMs'><tfoot id='YzlMs'></tfoot><dl id='YzlMs'><fieldset id='YzlMs'></fieldset></dl></div>
                  本文介绍了AttributeError:部分初始化的模块“turtle"没有属性“Turtle"(很可能是由于循环导入)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  有人知道为什么这段代码不起作用吗?

                  Does anybody have any idea why this code doesn't work?

                  import turtle
                  test = turtle.Turtle()
                  test.color("orange")
                  test.pensize(5)
                  test.shape("turtle")
                  test.forward(100)
                  

                  我使用 python 3.8

                  I use python 3.8

                  推荐答案

                  你犯了一个我在调查你的问题时碰巧也犯的常见错误.

                  You've made a common error that I happended to also make when I was investigating your question.

                  我假设您将代码写在一个名为turtle.py"的文件中?当您导入海龟时,它会导入您的文件,而不是海龟库.

                  I assume you have your code written in a file called 'turtle.py'? When you import turtle, it imports your file, not the turtle library.

                  将您的文件重命名为 turtle.py 以外的其他名称,您的代码应该可以正常运行.

                  这是我将文件从 turtle.py 重命名为 turtle2.py 时的结果.

                  Here is the result when I renamed my file from turtle.py to turtle2.py.

                  这篇关于AttributeError:部分初始化的模块“turtle"没有属性“Turtle"(很可能是由于循环导入)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:为什么我不能直接向任何 python 对象添加属性? 下一篇:Python 类动态属性访问

                  相关文章

                  最新文章

                  <i id='UqiVb'><tr id='UqiVb'><dt id='UqiVb'><q id='UqiVb'><span id='UqiVb'><b id='UqiVb'><form id='UqiVb'><ins id='UqiVb'></ins><ul id='UqiVb'></ul><sub id='UqiVb'></sub></form><legend id='UqiVb'></legend><bdo id='UqiVb'><pre id='UqiVb'><center id='UqiVb'></center></pre></bdo></b><th id='UqiVb'></th></span></q></dt></tr></i><div id='UqiVb'><tfoot id='UqiVb'></tfoot><dl id='UqiVb'><fieldset id='UqiVb'></fieldset></dl></div>

                  1. <small id='UqiVb'></small><noframes id='UqiVb'>

                  2. <tfoot id='UqiVb'></tfoot>
                      <bdo id='UqiVb'></bdo><ul id='UqiVb'></ul>
                    1. <legend id='UqiVb'><style id='UqiVb'><dir id='UqiVb'><q id='UqiVb'></q></dir></style></legend>