Welcome To The World Of Hacking


Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code

Wednesday

PYTHON TUTORIAL 26 : AND LOGIC

x=5;

y=9;

if x==5 and y<10 : # Both the condition has to be satisfied for getting output

    print 'Logic is correct'

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...