# PCEP-30-02 — Question 602

**Type:** multiple_choice
**Topics:** topic_1

## Question

Insert the correct snippet so that the program produces the expected output.
Expected output:
//IMG//

Code:
//IMG//

## Correct Answer

_See scenario._

## Explanation

I tested the code:

list = [False, True, "2", 3, 4, 5]
b = 0 in list
print(b)

The answer is "C":

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/python-institute/PCEP-30-02/602  
Practice (tracked): https://hiexam.net/study/PCEP-30-02/practice