Discuss / Python / 作业

作业

Topic source
# -*- coding: utf-8 -*-s1 = 72s2 = 85percent = (s2 - s1) * 100 / s1print('小明的成绩提高了%.1f%%' % percent )

  • 1

Reply