摘要:
myPrice = 6 while True: guess = int(input()) if guess > myPrice: print('>') elif guess < myPrice: print('<') else: print('') break import turtle tu... 阅读全文
posted @ 2018-05-02 21:44
Doshelly
阅读(130)
评论(0)
推荐(0)
浙公网安备 33010602011771号