Help! Make the ff code work. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help! Make the ff code work.

##### Example Code 1 ll = BSCS('H').add('e').add('l').add('l').add('o').add('World!') print(ll.sum()) ##### Output for Example Code 1 Hello ##### Example Code 2 ll1 = BSCS(1).add(2).add(3).add(4).add(5) print(ll1.sum()) ##### Output for Example Code 1 15

11th Mar 2020, 11:14 AM
Rhina G
Rhina G - avatar
0 Answers