Discuss / Python / 交作业

交作业

Topic source

w小王z

#1 Created at ... [Delete] [Delete and Lock User]

s1 = 72 s2 = 85 r = (s2 - s1) / s1 print('Hello, 小明, 成绩提升了{0:.1f}%'.format(r * 100))


  • 1

Reply