We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236031d commit ffbcabdCopy full SHA for ffbcabd
Class Return Functions.py
@@ -245,4 +245,6 @@ def return_colours(shape):
245
Colours('dark red','Heptadecagon',17,'sides'),Colours('dark yellow','Octadecagon',18,'sides'),
246
Colours('dark blue','Nonadecagon',19,'sides'),Colours('dark green','Icosagon',20,'sides')]
247
248
+for i in polygon_list:print(i.return_polygons())
249
+
250
for i in polygon_list:print(i.return_colours())
0 commit comments