筆記二:python之簡單小程序(猜數字—計算實際工資—體質計算BMI—出租車計程)

                猜數字—計算實際工資—體質計算BMI—出租車計程 # 猜數字遊戲 def guess_number(): import random print('猜數字遊戲') h = 1 while h == 1: n = random.randint(1, 100) a = 0 print('我已
相關文章
相關標籤/搜索