标签: python
如何为python fibonacci系列生成编写单元测试用例。我需要将生成的输出附加到列表中,然后必须将列表与测试用例的样本列表进行比较。
答案 0 :(得分:0)
我能用有限的信息给出最佳答案:
result = [] for each in run_time_results: result.append(each)