How to Convert a List into a Tuple in Python

preview_player
Показать описание
In this tutorial we're going to show you how to convert a list into a tuple in python language.
This can be done by using Python's built-in function tuple() which converts a list into a tuple.
Рекомендации по теме
Комментарии
Автор

i keep getting the error 'tuple' object is not callable. help!

Kayla-giwf