Python Forum
Noob question: why is shapesize() not working for my turtle
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Noob question: why is shapesize() not working for my turtle
#9
(Sep-09-2020, 08:15 PM)deanhystad Wrote: What version of Python are you using? What platform are you running on? How do you run your program? Have you tried using turtlesize?

I'm learning through this tutorial:
https://runestone.academy/runestone/book...cises.html

It was actually recommended by someone here in this forum.

The tutorial has these little code windows where you can type your code and execute it.

That's what I'm using for now.

I just tried substituting shapesize with turtlesize, but getting same result -
Quote:AttributeError: 'Turtle' object has no attribute 'turtlesize' on line 6

I'll assume it's something buggy in the thing that is running the code in this tutorial website, unless you think it could be something else
Reply


Messages In This Thread
RE: Noob question: why is shapesize() not working for my turtle - by adifrank - Sep-09-2020, 11:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Question about working with dictionaries Ashcora 13 2,212 Dec-27-2022, 09:09 PM
Last Post: Ashcora
  Function not scriptable: Noob question kaega2 3 1,269 Aug-21-2022, 04:37 PM
Last Post: kaega2
  Noob question about lists adifrank 4 2,990 Nov-19-2020, 03:26 AM
Last Post: adifrank
  Noob question adifrank 6 2,899 Aug-18-2020, 11:50 PM
Last Post: adifrank
  turtle.Screen() not working Jdawgg531 0 2,798 May-04-2020, 12:43 AM
Last Post: Jdawgg531
  setup() from turtle module not working bobfat 7 6,413 Oct-28-2019, 11:05 AM
Last Post: newbieAuggie2019
  Noob Question: Sample Data csn113 1 2,240 Feb-18-2019, 06:35 PM
Last Post: micseydel
  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' Shadower 1 6,265 Feb-06-2019, 01:25 AM
Last Post: woooee
  Help! Turtle not working, even when we click the turtle demo in IDLE nothing happens. BertyBee 3 5,732 Jan-04-2019, 02:44 AM
Last Post: SheeppOSU
  Noob question on Mac python3, pydoc3 JamesNJ 0 2,351 Oct-08-2018, 04:26 AM
Last Post: JamesNJ

Forum Jump:

User Panel Messages

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