程序執行流程/布爾類型與布爾:運算猜數字遊戲;庫的使用:turtle

myPrice = 6 while True: guess = int(input()) if guess > myPrice: print('>') elif guess < myPrice: print('<') else: print('') break import turtle turtle
相關文章
相關標籤/搜索