You can easily convert all elements in your Python list from string to int by using a simple list comprehension: int_lst = [int(e) for e in ...
確定! 回上一頁