Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
c42a568c
Kaydet (Commit)
c42a568c
authored
Agu 07, 2011
tarafından
Sandro Tosi
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
#12677: merge with 3.2
üst
de8c100e
2a389e46
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
turtle.rst
Doc/library/turtle.rst
+2
-2
turtle.py
Lib/turtle.py
+2
-2
about_turtle.txt
Lib/turtledemo/about_turtle.txt
+2
-2
No files found.
Doc/library/turtle.rst
Dosyayı görüntüle @
c42a568c
...
...
@@ -18,10 +18,10 @@ Turtle graphics is a popular way for introducing programming to kids. It was
part of the original Logo programming language developed by Wally Feurzig and
Seymour Papert in 1966.
Imagine a robotic turtle starting at (0, 0) in the x-y plane.
G
ive it the
Imagine a robotic turtle starting at (0, 0) in the x-y plane.
After an ``import turtle``, g
ive it the
command ``turtle.forward(15)``, and it moves (on-screen!) 15 pixels in the
direction it is facing, drawing a line as it moves. Give it the command
``turtle.
lef
t(25)``, and it rotates in-place 25 degrees clockwise.
``turtle.
righ
t(25)``, and it rotates in-place 25 degrees clockwise.
.. sidebar:: Turtle star
...
...
Lib/turtle.py
Dosyayı görüntüle @
c42a568c
...
...
@@ -27,10 +27,10 @@ Turtle graphics is a popular way for introducing programming to
kids. It was part of the original Logo programming language developed
by Wally Feurzig and Seymour Papert in 1966.
Imagine a robotic turtle starting at (0, 0) in the x-y plane.
G
ive it
Imagine a robotic turtle starting at (0, 0) in the x-y plane.
After an ``import turtle``, g
ive it
the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
the direction it is facing, drawing a line as it moves. Give it the
command turtle.
lef
t(25), and it rotates in-place 25 degrees clockwise.
command turtle.
righ
t(25), and it rotates in-place 25 degrees clockwise.
By combining together these and similar commands, intricate shapes and
pictures can easily be drawn.
...
...
Lib/turtledemo/about_turtle.txt
Dosyayı görüntüle @
c42a568c
...
...
@@ -7,10 +7,10 @@ Turtle graphics is a popular way for introducing programming to
kids. It was part of the original Logo programming language developed
by Wally Feurzig and Seymour Papert in 1966.
Imagine a robotic turtle starting at (0, 0) in the x-y plane.
G
ive it
Imagine a robotic turtle starting at (0, 0) in the x-y plane.
After an ``import turtle``, g
ive it
the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
the direction it is facing, drawing a line as it moves. Give it the
command turtle.
lef
t(25), and it rotates in-place 25 degrees clockwise.
command turtle.
righ
t(25), and it rotates in-place 25 degrees clockwise.
By combining together these and similar commands, intricate shapes and
pictures can easily be drawn.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment