jupyter / jupyter_console

Jupyter Terminal Console
http://jupyter-console.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
250 stars 145 forks source link

list printing comma #249

Open sulayal opened 3 years ago

sulayal commented 3 years ago

image

for loop counting comma as index in list

NeilGirdhar commented 3 years ago

You've created a list of characters. If you print alist, you get: ['2', ',', '0', ',', '9', ',', '8', ',', '9']