为了账号安全,请及时绑定邮箱和手机立即绑定

这些句子怎么添加才能在最后用kg和cm去表示

这些句子怎么添加才能在最后用kg和cm去表示

赤夏之南 2018-03-19 20:45:36
my_name = 'Zed a Shaw' my_age = 35 # not a lie my_height = 74 # inches my_weight = 180 # ibs my_eyes = 'Blue' my_teeth = 'white' my_hair = 'Brown' print "Let's talk about %s." % my_name print "He's %d inches tall." % my_height print "He's %d pounds heavy." % my_weight print "Actually that's not too heavy." print "He's got %s eyes and %s hair." % (my_eyes,my_hair) print "His teeth are usually %s depending on the coffee." % my_teeth # this line is tricky, try to get it exactly right print "If I add %d, %d, and %d I get %d." % (      my_age, my_height, my_weight, my_age + my_height + my_weight)这个=-=。。没摸索出来。。。还有就是里面的%d这样的应该怎么读程序。。。
查看完整描述

1 回答

?
我可是属猫的啊

TA贡献2条经验 获得超0个赞

还好我用format

查看完整回答
反对 回复 2018-06-05
  • 1 回答
  • 0 关注
  • 856 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信