d918d24f08
Both the following same
print(f'{3:.3%}')
print(f'{3 *100 :.3}%')
# 300.000%
Both the following same
print(f'{3:.3%}')
print(f'{3 *100 :.3}%')
# 300.000%