Welcome To The World Of Hacking


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

Thursday

PYTHON TUTORIAL 19: OR LOGIC

p=19;

q=67;

if p<20 or q>100 : # only one condition need to be satisfied for getting output

    print ' OR Logic is correct'

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...