Mega Code Archive

 
Categories / Python / Buildin Function
 

In can be applied to any iterable object

str = "foo";  for char in str:      print char