
print('.............welcome to this game☺..........')
temp = input('不妨猜猜此刻我心里想的是那个数字吧:')
guess = int(temp)
while guess != X:
temp = input('猜错啦,请重新输入吧:')
guess = int(temp)
if guess == X:
print('猜对啦')
print('猜对也没有奖励哦😉')
else:
if guess > :
print('哥,大了,大了')
else:
print('小了,小了😉')
print('游戏结束,拜拜☺')



