Discuss / Python / 练习

练习

Topic source

s1 = 72

s2 = 85

r = (s2-s1)/s1*100

print('%s的成绩比去年提升了%.2f %%' % ('小明',r))


  • 1

Reply