Sree Paladugu
@SreePaladugu
Hello, I am having difficulty with completing my python code task. I am trying to create a program that draws a star with using two parameters, size a
Python (with Turtle)
SixBeeps In lines 7 and 14, you ask if points is equal to True, but it's a number? Are you checking to see if it's greater than 0?3 years ago
I am confused. I am pretty sure, that the code is right, I don't understand why it isn't working. What I am trying to do is create a star that is fill
Python (with Turtle)
Bookie0 you made a function called mystar, but you didnt call it.
just do mystar(size, filled) and i think you have to replace size with a number and filled with a color i think.
hope this helps! =)
3 years ago