猜年龄及分数等级

猜年龄: age_of_princal=85 guess_age=int(input(“请输入年龄:”)) if age_of_princal==guess_age: print(“yes,you got it”) elif guess_age>age_of_princal: print(“should try samller..”) else: print(“try big..”) 分数等级:
相关文章
相关标签/搜索