help give suggestions for simple program ideas in python which contains repetition of sub-programs and arrays | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

help give suggestions for simple program ideas in python which contains repetition of sub-programs and arrays

4th Nov 2019, 3:22 PM
Duasmarbun10
3 Respostas
+ 1
Duasmarbun10 Please delete duplicate questions.
4th Nov 2019, 4:31 PM
AĶ¢J
AĶ¢J - avatar
0
pls
4th Nov 2019, 3:22 PM
Duasmarbun10
0
Write script that convert list: list = [1,2,[a,b[cd]],3,4,] coverted_list = [1,2,a,b,cd,3,4]
4th Nov 2019, 4:18 PM
Vladislav Shevchenko
Vladislav Shevchenko - avatar