LANGUAGE » PYTHON

Tuple

Usage

Convert list to tuple:

python
mytuple = tuple(mylist)