Skip to content

gdltosea/CNA340

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

This is a homework assignment for CNE 310 IT Project Management. When I execute this code it will draw a square and a triangle.

Getting Started

These instructions will guide the turtles it introduces in Python on your local machine for experimenting how to draw some squares and triangles.

Prerequisites

A herd of turtle requires Python to run, with The commands below will form some figures in some shapes and colors.


## Running
Once installed you can run the program with the following command

tess.forward(80)                 
tess.left(120)
tess.forward(80)
tess.left(120)
tess.forward(80)
tess.left(120)


Add any additional ways to run the program below

alex.forward(50) # make alex draw a square alex.left(90) alex.forward(50) alex.left(90) alex.forward(50) alex.left(90) alex.forward(50) alex.left(90)


## Thanks
I would like to thank you to Doc McDowell who is my classmate who helped me out with this assignment.

About

Files for CNA340 Fork Project

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%