Say i want to append to the list a, how do i do that? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Say i want to append to the list a, how do i do that?

class l: a=[] b=[] c=[]

14th Apr 2022, 12:11 AM
Lenoname
1 Answer
+ 2
l.a.append()
14th Apr 2022, 12:15 AM
Simon Sauter
Simon Sauter - avatar