fixed heptagon in ex06

gol
Daniel Knüttel 2018-10-31 15:53:43 +01:00
parent 311f029372
commit 48e8fd4546
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import turtle
# The sum of the inner angles of a polygon
# in an euclidian plane:
n = 5
n = 7
inner_angle_sum = (n - 2) * 180
# Distance between two vertices