Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: making a basic tree help
Post: RE: making a basic tree help

Hi, The only thing I'm importing is from turtle import *full code from turtle import * number_of_shapes = 3 for shape in range(1, number_of_shapes + 1): # Draw a Triangle for sides in rang...
IIINIKONIII General Coding Help 3 5,713 Apr-16-2018, 06:36 PM
    Thread: making a basic tree help
Post: making a basic tree help

Hi, I'm new to python and trying to make a basic tree, I have made this code to draw the triangles on top of each other but I am unable to work out how to make them larger as they go down. Can any on...
IIINIKONIII General Coding Help 3 5,713 Apr-16-2018, 03:51 PM

User Panel Messages

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