Computer Science, asked by tithi2565, 4 months ago

what will be the output of -
if (1):
print 'you are in if clause'
else:
print 'you are in else clause'​

Answers

Answered by sunitha327
2

Answer:

...............you are in if clause...........

Similar questions