Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
spiral_thing
cueselocks
Jul 24th, 2025
188
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
import
turtle
screen
=
turtle
.
Screen
(
)
bob
=
turtle
.
Turtle
(
)
bob.
speed
(
0
)
for
i
in
range
(
10000
)
:
bob.
forward
(
i/
50
)
bob.
left
(
i
)
screen.
exitonclick
(
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
t1
Bash | 47 min ago | 1.11 KB
matplotlib
Python | 1 hour ago | 1.77 KB
Assignment
Java | 1 hour ago | 7.92 KB
maximum average
C++ | 1 hour ago | 1.35 KB
Grapple and Climb TRY 3 (if ts ain't eno...
Lua | 1 hour ago | 13.43 KB
hardware-configuration.nix
C++ | 1 hour ago | 1.48 KB
queue
C++ | 2 hours ago | 0.91 KB
Implementacao iMendes
HTML | 2 hours ago | 3.86 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!