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
6f159b1d
Kaydet (Commit)
6f159b1d
authored
Haz 03, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Drop 0 parameter
üst
08bcfc23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xmas.py
Demo/curses/xmas.py
+3
-3
No files found.
Demo/curses/xmas.py
Dosyayı görüntüle @
6f159b1d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# $Id$
# $Id$
#
#
# I'm dreaming of an ascii character-based monochrome Christmas,
# I'm dreaming of an ascii character-based monochrome Christmas,
# Just like the one
'
s I used to know!
# Just like the ones I used to know!
# Via a full duplex communications channel,
# Via a full duplex communications channel,
# At 9600 bits per second,
# At 9600 bits per second,
# Even though it's kinda slow.
# Even though it's kinda slow.
...
@@ -272,7 +272,7 @@ def strng5():
...
@@ -272,7 +272,7 @@ def strng5():
def
blinkit
():
def
blinkit
():
treescrn8
.
touchwin
()
treescrn8
.
touchwin
()
for
cycle
in
range
(
0
,
5
):
for
cycle
in
range
(
5
):
if
cycle
==
0
:
if
cycle
==
0
:
treescrn3
.
overlay
(
treescrn8
)
treescrn3
.
overlay
(
treescrn8
)
treescrn8
.
refresh
()
treescrn8
.
refresh
()
...
@@ -380,7 +380,7 @@ def reindeer():
...
@@ -380,7 +380,7 @@ def reindeer():
middeer0
.
refresh
()
middeer0
.
refresh
()
w_del_msg
.
refresh
()
w_del_msg
.
refresh
()
for
looper
in
range
(
0
,
2
):
for
looper
in
range
(
2
):
deer_step
(
middeer3
,
y_pos
,
x_pos
)
deer_step
(
middeer3
,
y_pos
,
x_pos
)
deer_step
(
middeer2
,
y_pos
,
x_pos
)
deer_step
(
middeer2
,
y_pos
,
x_pos
)
deer_step
(
middeer1
,
y_pos
,
x_pos
)
deer_step
(
middeer1
,
y_pos
,
x_pos
)
...
...
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