[Python] ABC019 A 2020/1/3 2020/1/3 プログラミング 問題 A – 高橋くんと年齢 回答 abc = list(map(int, input().split())) print(sorted(abc)[1])