Ubah Daftar ke Int di Python

test_list = list(map(int,test_list))
Ugliest Unicorn