# coding=utf-8 name = 'len/2' slug = 'find the length of a list' description = '''\
len(L, Len): Len is the length of the list L.
len(L, Len)
Len
L
?- len([1,2,3], Len). Len = 3.