Ejemplo n.º 1
0
def test_my_cal():
	assert 55 == my_cal(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, cal='+')
Ejemplo n.º 2
0
def test_my_cal():
    assert 6 == my_cal('+', 1, 2, 3)