In [1]:
len?

In [2]:
L = [1, 2, 3]

In [3]:
L?

In [4]:
L.insert?

In [ ]:
def square(x):
    """ Returns the sq"""
    return x ** 2