Kernel: Python 3
label.ldivide(l)
label//l
The left-quotient of l by label, i.e., the removal of a prefix. Written label \ l, or sometimes . Beware that the notation lhs // rhs is somewhat misleading, and corresponds to lhs \ rhs, i.e. lhs is the divisor, and rhs the dividend.
See also:
Examples
In [1]:
Out[1]:
In [2]:
Out[2]:
In [3]:
Out[3]:
In [4]:
Out[4]:
In [5]:
Out[5]:
{abcd}*: ldivide: invalid arguments: d, abcd