Discuss / Python / 作业

作业

Topic source

-- coding: utf-8 --

s1=72 s2=85 r=(s2-s1)*100/s1 print('成绩提升了:%.1f %%'%r)


  • 1

Reply