fixed heptagon in ex06
This commit is contained in:
parent
311f029372
commit
48e8fd4546
2
ex_06.py
2
ex_06.py
|
@ -5,7 +5,7 @@ import turtle
|
||||||
|
|
||||||
# The sum of the inner angles of a polygon
|
# The sum of the inner angles of a polygon
|
||||||
# in an euclidian plane:
|
# in an euclidian plane:
|
||||||
n = 5
|
n = 7
|
||||||
inner_angle_sum = (n - 2) * 180
|
inner_angle_sum = (n - 2) * 180
|
||||||
|
|
||||||
# Distance between two vertices
|
# Distance between two vertices
|
||||||
|
|
Loading…
Reference in New Issue
Block a user