Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ mul
Method
mul
recipes/Python/577110_Whitespace_Interpreter/recipe-577110.py:411–414 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
409
self.__data.append(prefix - suffix)
410
411
def
mul(self):
412
suffix = self.__data.pop()
413
prefix = self.__data.pop()
414
self.__data.append(prefix * suffix)
415
416
def
div(self):
417
suffix = self.__data.pop()
Callers
nothing calls this directly
Calls
2
pop
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected