Python Forum
Converting List of 3 Element Tuple to Dictionary
Thread Rating:
  • 3 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting List of 3 Element Tuple to Dictionary
#11
(Jan-11-2019, 04:27 PM)DeaD_EyE Wrote: result = []
for element in data:
    sorted_tuple = sorted(element)
    result.append(sorted_tuple)
print(result)
It worked Many thanks!!!
Reply


Messages In This Thread
RE: Converting List of 3 Element Tuple to Dictionary - by fooikonomou - Jan-11-2019, 09:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  element in list detection problem jacksfrustration 5 367 Apr-11-2024, 05:44 PM
Last Post: deanhystad
  using > < for tuple , list,... akbarza 3 479 Feb-05-2024, 01:18 PM
Last Post: deanhystad
  Dictionary in a list bashage 2 553 Dec-27-2023, 04:04 PM
Last Post: deanhystad
  filtering a list of dictionary as per given criteria jss 5 685 Dec-23-2023, 08:47 AM
Last Post: Gribouillis
  Searche each element of each tuple based 3 numbes zinho 8 869 Dec-11-2023, 05:14 PM
Last Post: zinho
  Sort a list of dictionaries by the only dictionary key Calab 1 492 Oct-27-2023, 03:03 PM
Last Post: buran
Question mypy unable to analyse types of tuple elements in a list comprehension tomciodev 1 482 Oct-17-2023, 09:46 AM
Last Post: tomciodev
  list in dicitonary element problem jacksfrustration 3 707 Oct-14-2023, 03:37 PM
Last Post: deanhystad
  Change font in a list or tuple apffal 4 2,693 Jun-16-2023, 02:55 AM
Last Post: schriftartenio
  How to add list to dictionary? Kull_Khan 3 1,008 Apr-04-2023, 08:35 AM
Last Post: ClaytonMorrison

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020