Answers for "python how to check if dictionary"

0

python if type dict

my_dict = isinstance({"A":"a", "B":"b", "C":"c", "D":"d"},dict)
print("my_dict is a dict:", my_dict)
Posted by: Guest on July-01-2021

Code answers related to "python how to check if dictionary"

Python Answers by Framework

Browse Popular Code Answers by Language