python中a=str(int(a))什么意思_【python程序问题(TypeError:cannotconcatenate'str'and'int'objects)原题是要求运行时是这样的:Pl...

python程序问题(TypeError:cannot concatenate 'str' and 'int' objects)

原题是要求运行时是这样的:

Please think of a number between 0 and 100!

Is your secret number 50?

Enter 'h' to indicate the guess is too high.Enter 'l' to indicate the guess is too low.Enter 'c' to indicate I guessed correctly.l(这个 l 以及下面的 h 和 c 是自己手动输入的)

Is your secret number 75?

Enter 'h' to indicate the guess is too high.Enter 'l' to indicate the guess is too low.Enter 'c' to indicate I guessed correctly.l

Is your secret number 87?

Enter 'h' to indicate the guess is too high.Enter 'l' to indicate the guess is too low.Enter 'c' to indicate I guessed correctly.c

Game over.Your secret number was:87

然后我的程序如下:

print "Please think of a number between 0 and 100!"

high=100

low=0

p=(low + high) / 2

print "Is your secret number" + p +"?"

i=raw_input("Enter 'h' to indicate the guess is too high.Enter 'l' to indicate the guess is too low.Enter 'c'to indicate I guessed correctly.")

while ='c':

if i=='h':

high = p

elif i=='l':

low = p

else :

print "Sorry,I did not understand your input."

p=(high + low) / 2

print "Is your secret number" + p +"?"

i=raw_input("Enter 'h' to indicate the guess is too high.Enter 'l' to indicate the guess is too low.Enter 'c'to indicate I guessed correctly.")

print "Game over.Your secret number was:"+ p

可是我运行时出了错误:TypeError:cannot concatenate 'str' and 'int' objects

ERROR:Failing on first line.

我不懂,求问我要怎么改呢(T^T)

英语作业帮用户2017-10-10举报

icon_report_d51b383.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值