Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Turtle Graphic (saving into a eps file)
ellp
Apr 6th, 2016
143
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
(
)
t
=
turtle
.
Pen
(
)
for
x
in
range
(
1000
)
:
t.
forward
(
x
)
t.
left
(
51
)
screen._canvas.
postscript
(
file
=
'tt-2.eps'
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π Free Crypto Method π
JavaScript | 50 sec ago | 0.24 KB
π INSTANT MONEY EXPLOIT π π₯β
JavaScript | 2 min ago | 0.20 KB
π INSTANT MONEY EXPLOIT π
JavaScript | 2 min ago | 0.24 KB
Untitled
C++ | 3 min ago | 1.86 KB
π₯ EASY PROFIT GUIDE β Working π₯
JavaScript | 4 min ago | 0.24 KB
π¨ Trading exploit π¨
JavaScript | 7 min ago | 0.24 KB
π₯ Make 1000$ in 20 minutes π΅
JavaScript | 9 min ago | 0.24 KB
βββFree Giftcards Methodββ
Java | 9 min ago | 0.15 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!