From 61ac45f8b80bb6e1afa1310d77515cac82d7e049 Mon Sep 17 00:00:00 2001 From: klinn Date: Thu, 5 Feb 2026 10:45:02 -0500 Subject: [PATCH] I created a right angle with modifying the text. Intrigued because I like learning new things. I realized some of the coding I used to create this right angle made me intrigued about learning more of it. --- drawing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing.py b/drawing.py index 65e0bc6..83d047b 100644 --- a/drawing.py +++ b/drawing.py @@ -13,7 +13,7 @@ right(250 * 4 / 5) forward (250) right (360 * 4 / 5) forward (250) - +right(90) input()