Computer Science, asked by PranitaKumari, 4 months ago

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 ayush111o
4

Answer:

b) can be executed successfully

hope it helps

Similar questions