+ 1
Python3 beginner question
How come this code results in: [1, 2, 3, 4, 5, 6, 7, 8, 9] I'm trying to convert the list to a string so it prints as: 123456789 What am I doing wrong? https://code.sololearn.com/c981g8TASjle/?ref=app
1 Answer
+ 2
Thank you, that makes a lot of sense now lol. I finished java and came here. Its all coming really easily. It is a little different though :)