MCPcopy Create free account
hub / github.com/ActiveState/code / ifnotout

Method ifnotout

recipes/Python/334728_Cricket_GUI/recipe-334728.py:28–34  ·  view source on GitHub ↗
(self,scoreperball,numofovers)

Source from the content-addressed store, hash-verified

26 return runsperball
27
28 def ifnotout(self,scoreperball,numofovers):
29 #y score per ball
30 #numofovers number of overs in game
31 numofovers = numofovers * 6
32 a = scoreperball * numofovers
33 a = int(a)
34 return a
35
36
37

Callers 1

runfunsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected