I am trying to split the data but there I get an error :AttributeError: ‘str’ object has no attribute ‘append’. can someone direct me on how I can manage this ?
append
is a method defined on python lists.
1 Like