7 lines
84 B
Python
7 lines
84 B
Python
class StackUnderflowError(Exception):
|
|
pass
|
|
|
|
|
|
def evaluate(input_data):
|
|
pass
|