Discuss / Python / 作业

作业

Topic source

r = (s2-s1)/s1*100

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


  • 1

Reply