Discuss / Python / 交作业

交作业

Topic source

s1=72 print('the score of last year is %d\n'%s1) s2=85 print('the score of this year is %d\n'%s2) r=(s2-s1) r=r/s1 r=r*100 print('the rise of the score is %.1f%%'%r)


  • 1

Reply