Discuss / Python / Second Day——解法1

Second Day——解法1

Topic source

talyerbooming

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

r = (s2-s1)/s1 * 100

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


  • 1

Reply