Python turtle module confusion
- by John
Hi, I'm trying to to add more lines to the triangle, so instead of 3 leading off there will be 5 depending on the parameter given but I really have no idea what to do at this stage and any help would be very welcome. Thanks in advance!:)
def draw_sierpinski_triangle(tracer_on, colour, initial_modulus, line_width, initial_heading,initial_x,…