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
84c4b0cc
Kaydet (Commit)
84c4b0cc
authored
Şub 25, 2018
tarafından
Cheryl Sabella
Kaydeden (comit)
Mariatta
Şub 25, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
By default `print` adds spaces between its arguments.
üst
a19fb3c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
inputoutput.rst
Doc/tutorial/inputoutput.rst
+1
-1
No files found.
Doc/tutorial/inputoutput.rst
Dosyayı görüntüle @
84c4b0cc
...
@@ -100,7 +100,7 @@ Here are two ways to write a table of squares and cubes::
...
@@ -100,7 +100,7 @@ Here are two ways to write a table of squares and cubes::
10 100 1000
10 100 1000
(Note that in the first example, one space between each column was added by the
(Note that in the first example, one space between each column was added by the
way :func:`print` works:
it always
adds spaces between its arguments.)
way :func:`print` works:
by default it
adds spaces between its arguments.)
This example demonstrates the :meth:`str.rjust` method of string
This example demonstrates the :meth:`str.rjust` method of string
objects, which right-justifies a string in a field of a given width by padding
objects, which right-justifies a string in a field of a given width by padding
...
...
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