原创 random模塊的應用及常犯的錯誤-猜大小數字遊戲

import random computer = random.randint(1,100) while True:     you =int(input('請輸入你要選擇的數字'))     if you ==  computer: