Mega Code Archive

 
Categories / Python Tutorial / Dictionary
 

One to many dictionary

letterDict = {'vowel':['a','e','i','o','u'],'consonant':['b','c','d','f']}