Discuss / Python / growth rate.py

growth rate.py

Topic source

Tedz-

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

s1=72 s2=85 r=(s2-s1)/s1 print('the score goes up by %.2f%%'%r)


  • 1

Reply