Understand how to run a test suite using the pytest framework ... will fail in Python 2 num_list=[1,2,3,4] obs = mean(num_list) exp = 2.5 assert obs == exp ...
確定! 回上一頁