Answer to Question #3397 in Python for mukunda
Question #3397
From above dictionary vowels find out the dictionary has key 5 or not?
Expert's answer
vowels = { 0:"a", 1:"o", 2:"u", 3:"e", 4:"i" }
print (vowels[3])
print (vowels[3])
Need a fast expert's response?
Submit orderand get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment