Function Python "in" Operator
This is the Python in operator.
Format:
expression elem in object
Input:
py_object object -
expression elem -
Output:
expression - None
Comments
Please log in to add comments
This is the Python in operator.
expression elem in object
Please log in to add comments