Discuss / Python / 想嘻嘻嘻嘻嘻嘻

想嘻嘻嘻嘻嘻嘻

Topic source

-- coding: utf-8 --

s1 = 72 s2 = 85 r = float((s2 - s1) / s1) * 100

print('成绩提高了%.2f%%' % r)


  • 1

Reply