Question 4: In Python, which keyword is used to define a conditional block that will execute if a specified condition is true? Choice: (choose correct answer): () if () elif () else () while () for Answer: if