Discuss / Python / 1

CliffVon

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

s1 = 72 s2 = 85 t = (s2 - s1)/s1*100 print('小明的成绩提升了%.2f%%' % t)


  • 1

Reply