Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem installing turtle
#11
(Nov-10-2018, 10:41 PM)Gribouillis Wrote:
(Nov-10-2018, 10:15 PM)MasterJediKnight7 Wrote: A:\0_ingschool\Courses\Fundamentals of Algorithm\Python\Group Projects\turtle.py
This is most certainly the faulty file. Try to give another name to this file.
This code works:
from turtle import*
forward(120)
left(90)
color('red')
forward(80)
But this two I still have the problem of forward that isn't defined.
from turtle import*

while True:
    foward(1)
    left(1.15)

color("blue")
pensize(4)

for i in range(313):
    foward(2)
    left(1.15)
from turtle import*
myTurtle = turtle.Turtle()
myTurtle.circle(50)
turtle.getscreen()._root.mainloop()
Would it be because the syntax is wrong or the use of the different function incorrect?
Reply


Messages In This Thread
Problem installing turtle - by MasterJediKnight7 - Nov-10-2018, 07:55 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 08:01 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 08:30 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 09:00 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 09:57 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 10:41 PM
RE: Problem installing turtle - by MasterJediKnight7 - Nov-10-2018, 11:00 PM
RE: Problem installing turtle - by Gribouillis - Nov-10-2018, 11:36 PM
RE: Problem installing turtle - by Gribouillis - Nov-11-2018, 12:02 AM
RE: Problem installing turtle - by Gribouillis - Nov-11-2018, 10:15 AM
RE: Problem installing turtle - by bmohamadyar313 - Mar-18-2024, 10:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [WORKED AROUND] Problem installing elitech-datareader, 'cannot import build_py_2to3' NeilUK 4 1,752 Jul-09-2023, 10:01 AM
Last Post: NeilUK
  Begginer problem with turtle Damien_X 1 2,101 Aug-25-2020, 11:23 AM
Last Post: GOTO10
  Problem Installing rasterio gw1500se 1 2,217 Mar-24-2020, 06:28 PM
Last Post: gw1500se
  Problem installing library thunderspeed 2 2,345 Mar-22-2020, 11:04 PM
Last Post: thunderspeed
  Please help: problem installing/importing langdetect module in Jupyter Notebook ledgreve 3 7,321 Dec-30-2019, 08:17 AM
Last Post: LeanbridgeTech
  Problem installing instaloader ledgreve 21 19,661 Nov-18-2019, 11:28 AM
Last Post: ledgreve
  Problem with installing PyPDF2 Pavel_47 2 6,062 Nov-10-2019, 02:58 PM
Last Post: Pavel_47
  Nested while loop problem + turtle DreamingInsanity 3 2,998 Jul-06-2019, 02:01 PM
Last Post: DreamingInsanity
  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' Shadower 1 6,199 Feb-06-2019, 01:25 AM
Last Post: woooee
  Problem installing numpy and matplotlib achondrite 1 3,143 Jan-16-2019, 11:43 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020