Re: [問題] 卡關了...
More pythontic way:
import random
times = 100
history = [random.choice(('head', 'tail')) for i in range(times)]
for i in history:
print i
print 'head:', history.count('head')
print 'tail:', history.count('tail')
--
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▁ ▄-▄▄
██◤ ◥█◤ ██◣ ██◣ ██◤ ◢██ ▅▆◤ -▅▃
█ █ █ █ █▄▄ █ █ █ ◣ ◢ /▁ -
█ ◤ █ ██◢█ ▄▄▌█◢ █ █ ◤ ◥ ◤ ◢
█ ◢█◣ █ ◣ ██◤ █ ██◤ ◢▍
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ ▊ Mozilla Firefox
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.123.224.181
推
10/28 11:04, , 1F
10/28 11:04, 1F
推
10/29 09:57, , 2F
10/29 09:57, 2F
→
10/29 09:58, , 3F
10/29 09:58, 3F
推
10/29 14:15, , 4F
10/29 14:15, 4F
推
11/01 06:10, , 5F
11/01 06:10, 5F
推
11/01 16:05, , 6F
11/01 16:05, 6F
→
11/01 16:06, , 7F
11/01 16:06, 7F
討論串 (同標題文章)
Python 近期熱門文章
PTT數位生活區 即時熱門文章