From 7a61c8a9830ee9407afbb413d2f215fabb77ee8e Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Mon, 15 Jul 2024 15:25:01 +0200
Subject: [PATCH] kompositum
---
turtle-geo-inheritance/src/turtlegeo/TtGeo.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/turtle-geo-inheritance/src/turtlegeo/TtGeo.py b/turtle-geo-inheritance/src/turtlegeo/TtGeo.py
index 51a16a8..f60b649 100644
--- a/turtle-geo-inheritance/src/turtlegeo/TtGeo.py
+++ b/turtle-geo-inheritance/src/turtlegeo/TtGeo.py
@@ -15,7 +15,6 @@
self.setheading(head)
pass
-
def __regular_polygon(self, corner_number, length, x, y):
alpha = 360 / corner_number
head = self.heading()
@@ -25,7 +24,6 @@
self.setheading(head)
pass
-
def pentagon(self, length, x, y):
self.__regular_polygon(6, length, x, y)
pass
--
Gitblit v1.10.0