154 viewsJune 3, 2023Python#python 0 Pavatharni . S186 June 3, 2023 0 Comments Using the tuple() built-in function can01 Answered question June 3, 2023 1 Answer ActiveVotedNewestOldest 0 can011.45K Posted June 3, 2023 0 Comments To create a tuple from a list in Python, you can use the built-in tuple() function. The tuple() function takes an iterable, such as a list, as an argument and returns a new tuple containing the elements of the iterable. can01 Answered question June 3, 2023 Register or Login