how to fix Nonetype erroe in python?

前端 未结 0 780
梦如初夏
梦如初夏 2020-12-07 09:45

This is the code I am working with...

def test_driver():
list_test = [2, 4, 1, 6, 5]
new_sort(list_test)

def convert_list(ogList):
    newList = []
    tempL         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题