Dear self, for i in 10 doesn't mean the same thing as for i in range(10). (Typo'd that about 8 times in a row yesterday...)
@chrisamaphone in python, range(10) returns a Range from 1 to ten. which is enumerable. Btw, @joannadrum use xrange ;)
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@chrisamaphone in python, range(10) returns a Range from 1 to ten. which is enumerable. Btw, @joannadrum use xrange ;)