Discuss / Python / 打卡

打卡

Topic source

s1 = 72;

s2 = 85;

c = s2 - s1;

d = c/s1*100;

print('小明的成绩提升了:','%0.2f%%' % d)


  • 1

Reply