Q. Amongst which of the following if syntax is true? (A) if condition: #Will executes this block if the condition is true (B) if condition { #Will executes this block if the condition is true } (C) if(condition) #Will executes this block if the condition is true (D) None of the mentioned above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) if condition: #Will executes this block if the condition is true