mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 15:37:51 -08:00
6 lines
121 B
Python
6 lines
121 B
Python
from bagels import build_result_string
|
|
|
|
|
|
def test_build_result_string():
|
|
build_result_string(["a", "b", "c"], "abc")
|