loom-benchmark-mbpp / 101 /tests /test_mbpp_2.py
sqy201x's picture
Add files using upload-large-folder tool
0e69e56 verified
Raw
History Blame Contribute Delete
187 Bytes
# Auto-generated by loom_benchmarks.util.pytest_from_test_strings.
from solution import * # noqa: F401,F403
def test_mbpp_2() -> None:
assert kth_element([16,21,25,36,4], 4) == 36