45937/can-you-give-an-example-to-get-a-random-sample-dictionary
Check below code
thisdict = { "1": "C language", "2": "Java Language", "4": "Python Language", "3": "C++", } maxNumber= max(thisdict,key=thisdict.get) print(maxNumber) minNumber = min(thisdict,key=thisdict.get) print(minNumber)
Hey, Web scraping is a technique to automatically ...READ MORE
David here, from the Zapier Platform team. ...READ MORE
from collections import defaultdict a = {1: 2, ...READ MORE
Hey, @Roshin, I would like to give you ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
Use below running code which is simple ...READ MORE
I have slightly modified your program to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.