On Sun, Dec 01, 2013 at 11:20:02AM +0530, Reuben wrote:
> Hi,
> 
> How can we write a logic for detecting the number 2 in  range from 1 to 100

2 in range(1, 101)


-- 
Steven
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to