Discuss / Python / homework

homework

Topic source



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

r = s1 / s2 *100

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

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


  • 1

Reply