[['75'], [' 95 64']]
이런식으로 구성된 리스트가 있으면
[[75],[95,64]]
이렇게 바꾸고 싶음
어떻게 하는건지 알려주십시오 굾굾
검색어 python string array to int array
list=map(int,list)
어떻게 하는건지 알려주십시오 굾굾
검색어 python string array to int array
list=map(int,list)