Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/exercism/python
/ evaluate
Function
evaluate
exercises/practice/forth/forth.py:5–6 ·
view source on GitHub ↗
(input_data)
Source
from the content-addressed store, hash-verified
3
4
5
def
evaluate(input_data):
6
pass
Callers
15
test_parsing_and_numbers_numbers_just_get_pushed_onto_the_stack
Method · 0.90
test_parsing_and_numbers_pushes_negative_numbers_onto_the_stack
Method · 0.90
test_addition_can_add_two_numbers
Method · 0.90
test_addition_errors_if_there_is_nothing_on_the_stack
Method · 0.90
test_addition_errors_if_there_is_only_one_value_on_the_stack
Method · 0.90
test_addition_more_than_two_values_on_the_stack
Method · 0.90
test_subtraction_can_subtract_two_numbers
Method · 0.90
test_subtraction_errors_if_there_is_nothing_on_the_stack
Method · 0.90
test_subtraction_errors_if_there_is_only_one_value_on_the_stack
Method · 0.90
test_subtraction_more_than_two_values_on_the_stack
Method · 0.90
test_multiplication_can_multiply_two_numbers
Method · 0.90
test_multiplication_errors_if_there_is_nothing_on_the_stack
Method · 0.90
Calls
no outgoing calls
Tested by
15
test_parsing_and_numbers_numbers_just_get_pushed_onto_the_stack
Method · 0.72
test_parsing_and_numbers_pushes_negative_numbers_onto_the_stack
Method · 0.72
test_addition_can_add_two_numbers
Method · 0.72
test_addition_errors_if_there_is_nothing_on_the_stack
Method · 0.72
test_addition_errors_if_there_is_only_one_value_on_the_stack
Method · 0.72
test_addition_more_than_two_values_on_the_stack
Method · 0.72
test_subtraction_can_subtract_two_numbers
Method · 0.72
test_subtraction_errors_if_there_is_nothing_on_the_stack
Method · 0.72
test_subtraction_errors_if_there_is_only_one_value_on_the_stack
Method · 0.72
test_subtraction_more_than_two_values_on_the_stack
Method · 0.72
test_multiplication_can_multiply_two_numbers
Method · 0.72
test_multiplication_errors_if_there_is_nothing_on_the_stack
Method · 0.72