number = 23guess = int(input('Enter an integer:22'))if guess == number: print('congratulations,you guessed it .') print('but you do not win any prizes!')elif guess < number: print('No,it is a little higher than that')else: print('No, it is a little lower than that ') print('Done')上面的代码的问题和如何测试函数的???谢谢
添加回答
举报
0/150
提交
取消