Home » Programming Language (coding) » Python MCQs » What will be the output of the following Python code snippet? d = {“john”:40, “peter”:45} “john” in dWhat will be the output of the following Python code snippet? d = {“john”:40, “peter”:45} “john” in d Mr. Answer What will be the output of the following Python code snippet? d = {"john":40, "peter":45} "john" in d A. True B. False C. None D. Error Correct Answer: Option A. True Upvote 👍 Take Part in Discussion: Cancel replyYour email address will not be published. Required fields are marked *Name * Email * Website Comment * Save my name, email, and website in this browser for the next time I comment. Solve : * 24 ⁄ 1 =