Rate my coding challenge [Python] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Rate my coding challenge [Python]

https://code.sololearn.com/cSxxwmeoyehw/#py Is the question being asked clear enough? Any other feedback also appreciated. Thanks.

24th Apr 2017, 8:38 AM
Lium Goon
Lium Goon - avatar
5 Answers
+ 2
Way too easy to be called a challenge.
24th Apr 2017, 10:42 AM
Tob
Tob - avatar
+ 2
By writting your list with indentation, you can more easily read it and see how nested are the item ;) myNestedLists = [ 'a', # [0] [ # [1] 'b', # [1][0] [ # [1][1] 'c', # [1][1][0] [ # [1][1][1] 'd', # [1][1][1][0] 'e', # [1][1][1][1] 'f' # [1][1][1][2] ], 'g' # [1][1][2] ], 'h' # [1][2] ], 'i' # [2] ]
24th Apr 2017, 11:19 AM
visph
visph - avatar
+ 1
@ Ferontwix - Thanks for the feedback. Did you have 'no idea' what to do, or, did you figure what was required after a bit of thought?
23rd Apr 2017, 5:35 PM
Lium Goon
Lium Goon - avatar
+ 1
I figured it out
23rd Apr 2017, 5:37 PM
►► Ferontwix ◄◄
►► Ferontwix ◄◄ - avatar
+ 1
can you help, I'm trying to help some one is having difficulty https://www.sololearn.com/Discuss/338990/?ref=app but i have the same question.
24th Apr 2017, 10:44 AM
►► Ferontwix ◄◄
►► Ferontwix ◄◄ - avatar