#map関数でリストの要素を数字に変換する
split_input_line = [['16', '19'], ['14', '17']]
for i in range(len(split_input_line)):
split_input_line[i] = list(map(int, split_input_line[i]))
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme