This website requires JavaScript.
Explore
Help
Sign In
LonerMJ
/
Security_Code
Watch
1
Star
0
Fork
You've already forked Security_Code
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
Security_Code
/
COMMON_CODE半成品-不再更新
/
传入两个数字获取百分比.py
5 lines
72 B
Python
Raw
Permalink
Blame
History
a
=
6
b
=
35
c
=
str
(
format
(
float
(
a
*
100
)
/
float
(
b
)
,
'
.2f
'
)
)
+
'
%
'
print
c
Reference in New Issue
View Git Blame
Copy Permalink