
Ultimate access to all questions.
A data engineer is tasked with executing the final segment of a Python script under specific conditions: the variable day_of_week must be 1 and review_period must be True. Which line of code correctly initiates this segment?_
A
if day_of_week = 1 and review_period = “True“_
B
if day_of_week == 1 and review_period == “True“_
C
if day_of_week = 1 & review_period: = “True“_
D
if day_of_week == 1 and review_period_
E
if day_of_week = 1 and review_period_