Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8
Good question
19th Sep 2020, 12:09 PM
Egor Tonchev(EGO)
Egor Tonchev(EGO) - avatar
+ 3
Aad Hoogenboom could you please provide the coach text, since only pro users can see it
24th May 2020, 7:33 PM
george
george - avatar
+ 1
Made this...although it does do what you original wanted...not sure if it's still relevant after seeing your last post:- # this changes "1 0 1 0 1 0" to "1 1 1 0 1 0" stringlist = list(''.join("1 0 1 0 1 0".replace(' ', ''))) stringlist[1] = "1" mystring = ' '.join(stringlist) print(mystring)
23rd May 2020, 5:21 PM
rodwynnejones
rodwynnejones - avatar
0
👍👌👌
25th May 2020, 3:30 PM
pavan verma
pavan verma - avatar