Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How would you correctly write a Python conditional statement to check if the department is 'supply chain' and the process flag is set to True?
A
if department = “supply chain” & process:
B
if department == “supply chain” && process:
C
if department == “supply chain” and process == TRUE:
D
if department == “supply chain” & if process == TRUE:
E
if department == “supply chain“ and process: