你第一个if中random_int 写成了 randint
你写错了,第一个if是if user_guess == random_int你写成了randint,这是随机函数名
你输入的数和随机生成的数不相等,所以没输出你想要的结果。