Skip to content

Instantly share code, notes, and snippets.

View seanaye's full-sized avatar

Sean Aye seanaye

View GitHub Profile
    <div class='modal-body'>
import pytest
import file
@pytest.fixture
def res_2_3():
return file.reserve_2d_array(2, 3)
@pytest,fixture
def res_0_0():