今天就來做一個猜數字遊戲吧首先要先做出要被猜的數字,我們使用random的模組來做出數字 import random answer = random.randint(1,100) print(answer).
確定! 回上一頁