Which all statements will be executed successfully
a)if (1, 2):print('foo')
b)if (1, 2): print('foo')
c)if (1, 2):print('foo')
d)if (1, 2): print('foo')
Answers
Answered by
4
Answer:
b) can be executed successfully
hope it helps
Similar questions