Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
delete from list
#8
how can I randomly pick a key,value pair from a dictionary?
..and then assign it to a variable and use the variable to delete from the dictionary
..and use the key value pair captured in the variable to add to another dictionary
..and use the variable to print keys and values ?
a = (random.choice(list(Alldict)))
print(a)
The above statement gives me only the key but not the value?
Reply


Messages In This Thread
delete from list - by metro17 - Nov-13-2019, 04:28 AM
RE: delete from list - by Evil_Patrick - Nov-13-2019, 05:27 AM
RE: delete from list - by perfringo - Nov-13-2019, 06:57 AM
RE: delete from list - by buran - Nov-13-2019, 07:24 AM
RE: delete from list - by perfringo - Nov-13-2019, 09:38 AM
RE: delete from list - by metro17 - Nov-14-2019, 09:29 AM
RE: delete from list - by buran - Nov-14-2019, 10:52 AM
RE: delete from list - by metro17 - Nov-19-2019, 05:36 AM
RE: delete from list - by buran - Nov-19-2019, 06:42 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Delete strings from a list to create a new only number list Dvdscot 8 1,594 May-01-2023, 09:06 PM
Last Post: deanhystad
  Delete list while iterating shantanu97 1 1,914 Jun-06-2021, 11:59 AM
Last Post: Yoriz
  I cannot delete and the elements from the list quest 4 3,028 May-11-2021, 12:01 PM
Last Post: perfringo
  How do I delete symbols in a list of strings? Than999 1 2,310 Nov-16-2019, 09:37 PM
Last Post: ibreeden
  How to list number of times element is in defaultdict and delete it mrapple2020 3 2,701 Apr-15-2019, 07:34 AM
Last Post: perfringo
  Not Able To Delete First Node From Python Linked List ribena1980 8 4,317 Mar-05-2019, 03:14 PM
Last Post: ichabod801
  How to get a random item from a list, print it and delete it? giorgosmarga 3 2,620 Feb-22-2019, 05:33 PM
Last Post: Yoriz
  [Outlook] How to delete items from To-Do List? Winfried 1 3,441 Oct-19-2018, 09:05 PM
Last Post: nilamo
  Compare element of list with line of file : if match, delete line silfer 4 3,548 Jul-21-2018, 02:44 PM
Last Post: silfer
  How do I loop through a list and delete numerical elements that are 1 lower/higher? neko 4 4,338 Sep-05-2017, 02:25 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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