Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Sree Paladugu

@SreePaladugu
Repls
Community
SreePaladugu
SreePaladugu
shared a Post
3 years ago
Help please, I am struggling with my Python Code task...
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
Another Star Drawing Function
Python (with Turtle)
SixBeeps
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
SreePaladugu
SreePaladugu
shared a Post
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
HonorableStudiousBookmarks
Python (with Turtle)
Bookie0
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