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
1
Answer:
can u tell which standard question is this
Similar questions