Answer to Question #3397 in Python for mukunda
From above dictionary vowels find out the dictionary has key 5 or not?
1
2011-08-04T12:33:51-0400
vowels = { 0:"a", 1:"o", 2:"u", 3:"e", 4:"i" }
print (vowels[3])
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
Python
Comments
Leave a comment