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
9352f1c6
Kaydet (Commit)
9352f1c6
authored
Nis 10, 2010
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#8346: update version.
üst
90aae551
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
interpreter.rst
Doc/tutorial/interpreter.rst
+3
-3
No files found.
Doc/tutorial/interpreter.rst
Dosyayı görüntüle @
9352f1c6
...
@@ -22,11 +22,11 @@ guru or system administrator. (E.g., :file:`/usr/local/python` is a popular
...
@@ -22,11 +22,11 @@ guru or system administrator. (E.g., :file:`/usr/local/python` is a popular
alternative location.)
alternative location.)
On Windows machines, the Python installation is usually placed in
On Windows machines, the Python installation is usually placed in
:file:`C:\\Python2
6
`, though you can change this when you're running the
:file:`C:\\Python2
7
`, though you can change this when you're running the
installer. To add this directory to your path, you can type the following
installer. To add this directory to your path, you can type the following
command into the command prompt in a DOS box::
command into the command prompt in a DOS box::
set path=%path%;C:\python2
6
set path=%path%;C:\python2
7
Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
Windows) at the primary prompt causes the interpreter to exit with a zero exit
Windows) at the primary prompt causes the interpreter to exit with a zero exit
...
@@ -102,7 +102,7 @@ prints a welcome message stating its version number and a copyright notice
...
@@ -102,7 +102,7 @@ prints a welcome message stating its version number and a copyright notice
before printing the first prompt::
before printing the first prompt::
python
python
Python 2.
6 (#1, Feb 28 2007
, 00:02:06)
Python 2.
7 (#1, Feb 28 2010
, 00:02:06)
Type "help", "copyright", "credits" or "license" for more information.
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>
...
...
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