Commit 5fff6ce3 by BellCodeEditor

auto save

parent a1bf8a59
Showing with 13 additions and 8 deletions
import turtle #include<iostream>
pen=turtle.Pen(); using namespace std;
pen.speed(0) int main();
a=1; {
for i in range(300): import turtle
pen.forward(a); pen=turtle.Pen();
pen.speed(0);
for i in range(300):
pen.forward(i);
pen.right(91); pen.right(91);
a+=1; a+=1;
turtle.done() turtle.done();
\ No newline at end of file return 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment