Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/injetlee/Python
/ countPm.py
File
countPm.py
countPm.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# -*- coding:utf-8 -*-
2
def
count_pm(*args):
3
alist = list([round(i*2-8,2)
for
i in args])
#计算三种颗粒浓度
4
result = []
Callers
nothing calls this directly
Calls
1
count_pm
Function · 0.85
Tested by
no test coverage detected