Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Radial lines using turtle help
Post: Radial lines using turtle help

def draw_line(t, x, y, angle, length): t.up() t.setx(x) t.sety(y) t.seth(angle) t.pd() t.fd(length) t.up()This is my function for a line using the turtle graphics import I...
jakeq12345 Homework 1 2,443 Jan-30-2019, 07:45 PM

User Panel Messages

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