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
2
Answer:
...................you are in if clause ............
Similar questions