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

求教关于Python入门课程10-2节的一个小问题

在这节课的评测系统中我自己写的程序和课程答案的程序的输出一摸一样,但是为什么我的就是提交不成功?求大神赐教,谢谢

d = { 'Adam': 95, 'Lisa': 85, 'Bart': 59 }
def generate_tr(name, score):
    return '<tr><td>%s</td><td%s>%s</td></tr>' % (name, ' style="color:red"' if score<60 else '', score)

tds = [generate_tr(name=name, score=score) for name, score in d.iteritems()]
print '<table border="1">'
print '<tr><th>Name</th><th>Score</th><tr>'
print '\n'.join(tds)
print '</table>'

http://img1.sycdn.imooc.com//598056050001576a08830368.jpg

http://img1.sycdn.imooc.com//5980560500011b7308810628.jpg


正在回答

1 回答

终端跑的结果是对的,那就应该是教程的小程序不支持这种形式吧

0 回复 有任何疑惑可以回复我~
#1

peda 提问者

非常感谢!
2017-08-04 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
初识Python
  • 参与学习       758623    人
  • 解答问题       8667    个

学python入门视频教程,让你快速入门并能编写简单的Python程序

进入课程

求教关于Python入门课程10-2节的一个小问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信