Python 3 in CoderPad is generally identical to the Python 2.x environment. ... import pytest def test_upper(): assert 'foo'.upper() == 'FOO' def ...
確定! 回上一頁