jupyter_console icon indicating copy to clipboard operation
jupyter_console copied to clipboard

list printing comma

Open sulayal opened this issue 4 years ago • 1 comments

image

for loop counting comma as index in list

sulayal avatar Aug 30 '21 02:08 sulayal

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

NeilGirdhar avatar Nov 23 '21 07:11 NeilGirdhar