12. Which of the following syntax is correct for if statement? 1 point O ) if (x==2): print("no is 2") if(x==2), prin("no is 2') O O O O O if x==2 print("no is 2") O if x=2, print no is 2 12 A
Answers
Answered by
0
Answer:
first one is correct
Explanation:
if (x==2): print("no is 2")
Similar questions