Coding python in code playground -Solo learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Coding python in code playground -Solo learn

Hi, I'm a python beginner too. Can I write python on my phone using the code playground in Solo learn? If yes, when I do, I created a list below. but i cant view my list in the output when i just run. i only see the contents of my list when i do a print and the [ ] are also displayed. thanks sample code below https://code.sololearn.com/cr0z98LA46WW/?ref=app

29th Jan 2019, 10:21 PM
VicTheGreat
VicTheGreat - avatar
4 Answers
+ 8
You should remove line number 2 so it should be: a_list=[124, "fish", "another fish"] print(a_list)
29th Jan 2019, 11:52 PM
Hubert Dudek
Hubert Dudek - avatar
+ 2
# Created by VicTheGreat a_list=("124"", " "fish"", " "another fish") print(a_list) I m not sure.... I am noob
29th Jan 2019, 11:16 PM
stefan weiler
stefan weiler - avatar
+ 1
Yes u can But Install this one https://play.google.com/store/apps/details?id=ru.iiec.pydroid3 Or Termux apt install python
30th Jan 2019, 10:50 AM
ArmanVadi
ArmanVadi - avatar
0
Thanks everyone. I learned my lesson.
9th Feb 2019, 1:29 AM
VicTheGreat
VicTheGreat - avatar