0
help give suggestions for simple program ideas in python which contains repetition of sub-programs and arrays
3 Antworten
+ 1
Duasmarbun10 Please delete duplicate questions.
0
pls
0
Write script that convert list:
list = [1,2,[a,b[cd]],3,4,]
coverted_list = [1,2,a,b,cd,3,4]