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
a97e4f3a
Kaydet (Commit)
a97e4f3a
authored
Şub 21, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF bug #685775: turtle circle() documentation error
üst
3004b090
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 @
a97e4f3a
...
@@ -95,15 +95,16 @@ and call \code{fill(0)} when you finish to draw the path.
...
@@ -95,15 +95,16 @@ and call \code{fill(0)} when you finish to draw the path.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
circle
}{
radius
\optional
{
, extent
}}
\begin{funcdesc}
{
circle
}{
radius
\optional
{
, extent
}}
Draw a circle with radius
\var
{
radius
}
whose center-point is
where the
Draw a circle with radius
\var
{
radius
}
whose center-point is
pen would be if a
\code
{
forward(
\var
{
radius
}
)
}
were
\var
{
radius
}
units left of the turtle.
called.
\var
{
extent
}
determines which part of a circle is drawn: if
\var
{
extent
}
determines which part of a circle is drawn: if
not given it defaults to a full circle.
not given it defaults to a full circle.
If
\var
{
extent
}
is not a full circle, one endpoint of the arc is the
If
\var
{
extent
}
is not a full circle, one endpoint of the arc is the
current pen position. The arc is drawn in a counter clockwise
current pen position. The arc is drawn in a counter clockwise
direction if
\var
{
radius
}
is positive, otherwise in a clockwise
direction if
\var
{
radius
}
is positive, otherwise in a clockwise
direction.
direction. In the process, the direction of the turtle is changed
by the amount of the
\var
{
extent
}
.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
goto
}{
x, y
}
\begin{funcdesc}
{
goto
}{
x, y
}
...
...
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