Computer Science, asked by tithi2565, 5 months ago

what is the output of following python code,
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