Author | Message |
---|---|
rabbott
Posts: 1649
|
Posted 13:57 Apr 05, 2019 |
For the RPN problem (B.ii) you will need a Python version of
After looking at it, you should be able to translate it into Python using PyMonad notation. My version is almost a direct translation and looks like this.
You figure out the lambda expression. The lambda expression has one argument, which is the unwrapped result of Last edited by rabbott at
15:03 Apr 05, 2019.
|