python 取两数的百分比

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 取两数的百分比相关的知识,希望对你有一定的参考价值。

 

Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 6601/7869
0
>>> a = float(6601)
>>> b = float(7869)
>>> print a/b
0.838861354683
>>> print "%.3f" % (a/b)
0.839
>>> print "%.2f" % (a/b)
0.84

 

以上是关于python 取两数的百分比的主要内容,如果未能解决你的问题,请参考以下文章

力扣算法题-Python1两数的和

在js中怎样求两个数的百分比,比如4和5的百分比为80%,请高手赐教,谢谢先

python怎么编两数之和

求两数的最大公约数

两数的和

sgu 118 Digital Root