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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -