Exemplo n.º 1
0
def test_sympyissue_4680():
    N = Symbol('N')
    assert N.subs(dict(N=3)) == 3
Exemplo n.º 2
0
def test_sympyissue_4680():
    N = Symbol('N')
    assert N.subs({N: 3}) == 3
Exemplo n.º 3
0
def test_sympyissue_4680():
    N = Symbol('N')
    assert N.subs({N: 3}) == 3