General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Sign in to like and favorite skills
Calculates the result of an arithmetic expression in Reverse Polish Notation (RPN) for performing mathematical computations.
guidelines:
Usage:
python scripts/tool.py <expression>
python scripts/tool.py 1 1 + python scripts/tool.py 12 6 / 3 ** 10 2 * + 1 // 5 - 4 % python scripts/tool.py 7 7 * 73 * 127 * 337 * 92737 * 649657 *