Discuss / Python / 打卡

打卡

Topic source

拖鞋

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

print('%.1f%%' %r)

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

print(f'{r:.1f}%')


  • 1

Reply