def epluchelist(x):
if type(x) is list:
return epluchelist(x[0])
else:
return x
python
truc
list
FoldFold allExpandExpand allAre you sure you want to delete this link?Are you sure you want to delete this tag?
The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community