This is a innovative and creative way of showing of your programming skills in Python with Turtle by creating this Spiral which later centres into a Black Hole.
Step 1 - Import and Name your turtle Step 2 - Create a for - in range and mark anything more than 100 Step 3 - Go forward by 180 or more Step 4 - Go left by 70 or more Step 5 - Go forward by 60 or more Step 6 - Go right by 40 or more Step 7 - Pen up Step 8 - Set position 0,0 Step 9 - Pen down Step 10 - Go right by 2 or more
Challenge: Add Colour to make it a Rainbow Spiral
There you have it Ten Easy Steps to make a pretty fascinating Black Hole Spiral and impress other programmers.
How To Create A Black Hole Spiral in Python W/ Turtle
Hello Programmers,
This is a innovative and creative way of showing of your programming skills in Python with Turtle by creating this Spiral which later centres into a Black Hole.
Step 1 - Import and Name your turtle
Step 2 - Create a for - in range and mark anything more than 100
Step 3 - Go forward by 180 or more
Step 4 - Go left by 70 or more
Step 5 - Go forward by 60 or more
Step 6 - Go right by 40 or more
Step 7 - Pen up
Step 8 - Set position 0,0
Step 9 - Pen down
Step 10 - Go right by 2 or more
Challenge: Add Colour to make it a Rainbow Spiral
There you have it Ten Easy Steps to make a pretty fascinating Black Hole Spiral and impress other programmers.
@IEATPYTHON Hi. I really like your modification. Here's a little trick I've heard: Hiding the turtle helps draw faster. I found this information here.