Conversions to Other Types

lists can be converted to ints simply by using them in the context of integers. They can thus also be used as floats. In the event that the context of the expression does not force the list to become an integer, you can force it yourself by using it in a mathematical context:

myInt = (myList + 0).