Discuss / Python / 打卡练习:2

打卡练习:2

Topic source

CityeBox

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

s1 = 72

s2 = 85

r = (s2 - s1) / s1 * 100

print('小明这次成绩比上次提升:%.1f %%' %r )


  • 1

Reply