Discuss / Python / 交作业咯

交作业咯

Topic source

s1 = 72

s2 = 85

r = (s2-s1)/s1 * 100

print('小明成绩提升了%.1f%%' % r)


  • 1

Reply