Discuss / Python / 作业

作业

Topic source

wenyizhen

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

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


  • 1

Reply