coding
enumerate function
임이레
2023. 4. 8. 17:45
a = [23,12,36,53,19]
output :
(index번호 , 원소의 값)
a = [23,12,36,53,19]
output :
(index번호 , 원소의 값)