Buildin Function Python Tutorial

print range(5)
for count in range(2, 5):
     print count