Open sulayal opened 3 years ago
for loop counting comma as index in list
You've created a list of characters. If you print alist, you get: ['2', ',', '0', ',', '9', ',', '8', ',', '9']
alist
['2', ',', '0', ',', '9', ',', '8', ',', '9']
for loop counting comma as index in list