diff --git a/ex_06.py b/ex_06.py index 27c1b6d..322f6a7 100644 --- a/ex_06.py +++ b/ex_06.py @@ -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