print("*********python 学习小程序*********") temp = input("please input a number:") temp1 = int(temp) if temp1 == 8: print("Excellent,you are right!") print("给你一个么么哒!!!") else: if temp1 < 8: print("小了") else: print("大了") print("game over")
print("*********python 学习小程序*********") temp = input("please input a number:") temp1 = int(temp) if temp1 == 8: print("Excellent,you are right!") print("给你一个么么哒!!!") else: if temp1 < 8: print("小了") else: print("大了") print("game over")