Python Convert a list of list to list of tuples -


this question has answer here:

i want convert list of list list of tuples using python. want without iterating through nested list increasing execution time of script. there way can workout me?

thanks in advance

converted_list = [tuple(i) in nested_list] 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -