python:基于number guessing数字猜测游戏 import random attempts_list = [] def show_score(): if len(attempts_list) <= 0: print