Which one of the following if statements will not execute successfully?a) if(1,2):print(foo)b) if(1,2)print( foo")c) if(1,2):print(foo)d) if(1):print(foo)
Answers
Answered by
0
Explanation:
b) if(1,2)print( foo")
Similar questions