Re: [問題] 卡關了...

看板Python作者 (再也不會輸了!!!)時間18年前 (2006/10/25 23:46), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串3/5 (看更多)
import random count = 0 for i in range(100): if random.randint(0, 1) == 1: count = count + 1 print 'head' else: print 'tail' print 'head:', count print 'tail:', 100 - count 大約這樣吧 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.90.104

10/26 10:32, , 1F
謝謝指導~!!
10/26 10:32, 1F
文章代碼(AID): #15FuRayT (Python)
討論串 (同標題文章)
文章代碼(AID): #15FuRayT (Python)