InterviewSolution
Saved Bookmarks
| 1. |
Question 18:Find the output of the following program:dictionary = {"geek":10, "for":45, "geeks": 90}print("geek" in dictionary)(A) 10(B) False(C) True(D) Error |
| Answer» | |