Discuss / Python / 练习题作业

练习题作业

Topic source

VincyChan4231

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

f=(s2-s1)/s1*100

print(f'成绩提升了{f:.2f}%')

print('成绩提升了%.02f%%' % f)


  • 1

Reply