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
50e7a11a
Kaydet (Commit)
50e7a11a
authored
Ara 31, 2003
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct misrepresentation of print (it uses str(), not `...` for
conversion). Hopefully I've not messed up the formatting.
üst
af785127
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
libstdtypes.tex
Doc/lib/libstdtypes.tex
+5
-3
No files found.
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
50e7a11a
...
@@ -13,9 +13,11 @@ classes, instances and exceptions.
...
@@ -13,9 +13,11 @@ classes, instances and exceptions.
\indexii
{
built-in
}{
types
}
\indexii
{
built-in
}{
types
}
Some operations are supported by several object types; in particular,
Some operations are supported by several object types; in particular,
all objects can be compared, tested for truth value, and converted to
practically all objects can be compared, tested for truth value,
a string (with the
\code
{
`
\textrm
{
\ldots
}
`
}
notation). The latter
and converted to a string (with the
\code
{
`
\textrm
{
\ldots
}
`
}
notation,
conversion is implicitly used when an object is written by the
the equivalent
\function
{
repr()
}
function, or the slightly different
\function
{
str()
}
function). The latter
function is implicitly used when an object is written by the
\keyword
{
print
}
\stindex
{
print
}
statement.
\keyword
{
print
}
\stindex
{
print
}
statement.
(Information on
\ulink
{
\keyword
{
print
}
statement
}{
../ref/print.html
}
(Information on
\ulink
{
\keyword
{
print
}
statement
}{
../ref/print.html
}
and other language statements can be found in the
and other language statements can be found in the
...
...
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