Discuss / Python / bh打卡day2

bh打卡day2

路由跳变

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

r = (85-72)/72

print('%.1f' % r)

print(f'成绩为:{r:.1f}!')

print('提升了{0:.1f}%'.format(r))


  • 1

Reply