最赞回答 / 风笙zx
a=round(sum/len(d),1) print("average",":",a) round(a,b)函数可以将a的数值保留b位小数,例如round(78.25,1)就是将78.25保留一位小数,结果是78.2
2019-08-25
最赞回答 / Anastasia2019
‘’表示字符串,字符串不能比较大小;for……in 后面要加:修改如下,已测试可正常运行for x in [1,2,3,4,5,6,7,8,9]: for y in [2,3,4,5,6,7,8,9]: if x < y: print x * 10 + y else: continue
2019-08-23
最新回答 / 慕村小生
需要的啊,只是这里的数字是预设的,都可以求解。也可以自己加到函数里面,再加一个条件判断。delta=b*b-4*a*cif delta<0 : return
2019-08-23
最新回答 / zhvfeng
print r'''"To be,or not to be":that is the question.Whether it's nobler in the mind to suffer.'''换行的地方要自己换行。
2019-08-19
最新回答 / Cokein
打印出<table border="1"><tr><th>Name</th><th>Score</th><tr><tr><td>Adam</td><td>95</td></tr><tr><td>Lisa</td><td>85</td></tr><tr><td>...
2019-08-19