SyntaxFix
Write A Post
Hire A Developer
Questions
In order to count the number of keywords in a dictionary:
def dict_finder(dict_finders): x=input("Enter the thing you want to find: ") if x in dict_finders: print("Element found") else: print("Nothing found:")