Skip to content

Commit

Permalink
Fix error in angle for triangle
Browse files Browse the repository at this point in the history
  • Loading branch information
daviewales committed Oct 30, 2017
1 parent b23dc25 commit 6ce80be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ target/

# Vim swap files
*.swp

# Mac Rubbish
.DS_Store
2 changes: 1 addition & 1 deletion Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ You can check to see what files are in a directory with the `ls` command. You sh

Make functions to draw triangles, pentagons and hexagons, and add them to the `shape.py` module.

**HINT 1:** The angle for a triangle is 60, for a pentagon is 72, and for a hexagon is 60.
**HINT 1:** The angle for a triangle is 120, for a pentagon is 72, and for a hexagon is 60.
**HINT 2:** Remember — You can edit the `shape.py` module by navigating to `~/Documents/python-modules`, and editing the `shape.py` file with `nano`:

~~~ {.bash}
Expand Down

0 comments on commit 6ce80be

Please sign in to comment.