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
30c0d1d1
Kaydet (Commit)
30c0d1d1
authored
Agu 08, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reword paragraph to clarify
üst
dc68ffd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
libturtle.tex
Doc/lib/libturtle.tex
+5
-4
No files found.
Doc/lib/libturtle.tex
Dosyayı görüntüle @
30c0d1d1
...
...
@@ -253,12 +253,13 @@ you want to use the module to create graphics in a ``real'' program.
\subsection
{
Turtle, Pen and RawPen Objects
\label
{
pen-rawpen-objects
}}
\class
{
Turtle
}
,
\class
{
Pen
}
and
\class
{
RawPen
}
objects have all the
global functions described above, except for
\function
{
demo()
}
as
methods, which manipulate
the given pen.
Most of the global functions available in the module are also
available as methods of the
\class
{
Turtle
}
,
\class
{
Pen
}
and
\class
{
RawPen
}
classes, affecting only the state of
the given pen.
The only method which is more powerful as a method is
\function
{
degrees()
}
.
\function
{
degrees()
}
, which takes an optional argument letting
you specify the number of units corresponding to a full circle:
\begin{methoddesc}
{
degrees
}{
\optional
{
fullcircle
}}
\var
{
fullcircle
}
is by default 360. This can cause the pen to have any
...
...
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