Discuss / Python / 作业

作业

Topic source

r = (85-72)/72*100

print('Hello,小明,成绩提升了%.1f%%' % r)

print('Hello,{0},成绩提升了{1:.1f}%'.format('小明',r))


  • 1

Reply