| about | help | code help+videos | done | prefs |
Here, write a program that forms a list that is separated by a character without using the list function. make_a_list('A:B:C', ':') → ['A', 'B', 'C'] make_a_list('MMMMMM:EEEEE', ':') → ['MMMMMM', 'EEEEE'] make_a_list('TTTTT:RRR:AA:EEEEE', ':') → ['TTTTT', 'RRR', 'AA', 'EEEEE'] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100
Copyright Nick Parlante 2017 - privacy