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 ответ
+ 2
l.a.append()
14th Apr 2022, 12:15 AM
Simon Sauter
Simon Sauter - avatar