From 78ca4486490513ba4f272c6ebdc529132ca2d916 Mon Sep 17 00:00:00 2001 From: Pithovirus <59834050+Pithovirus@users.noreply.github.com> Date: Sun, 16 Feb 2020 18:31:00 +0800 Subject: [PATCH] Create mandala_python-your_Carbonilla_Gene Caleb.py --- ...ndala_python-your_Carbonilla_Gene Caleb.py | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mandala/mandala_python-your_Carbonilla_Gene Caleb.py diff --git a/mandala/mandala_python-your_Carbonilla_Gene Caleb.py b/mandala/mandala_python-your_Carbonilla_Gene Caleb.py new file mode 100644 index 0000000..a383f17 --- /dev/null +++ b/mandala/mandala_python-your_Carbonilla_Gene Caleb.py @@ -0,0 +1,28 @@ +from turtle import * + +from random import randint + +speed(0) + +bgcolor('black') + +x = 1 + +while x < 500: + + r = randint(0,255) + g = randint(0,255) + b = randint(0,255) + + colormode(255) + pencolor(r,g,b) + + fd(50 + x) + rt(90.911) + + + x = x+1 + +exitonclick() + +#crdts https://www.instructables.com/