I made Olympic rings and wrote "Go USA!

This commit is contained in:
Diana Panarello
2025-09-08 16:40:36 -04:00
parent 488d6e9cc9
commit 21a68791b3

View File

@@ -41,6 +41,6 @@ penup()
setposition(25,-140)
color('maroon')
style = ('Times New Roman', 75, 'bold')
write('USA!', font=style)
write('Go USA!', font=style)
input()