>>>>> "Scott" == Scott David Daniels <[EMAIL PROTECTED]> writes:
Scott> I cannot find the distance in meters between Paris and
Scott> London with: for i in range(10): print i
Works for me
def range(x):
yield '332.8 km'
for i in range(10):
print i
...may not be considered best practice, though <wink>
JDH
--
http://mail.python.org/mailman/listinfo/python-list
