Go slice trick that just occurred to me: s[i:i+n] -> s[i:][:n]. Latter is one char longer but I find it oddly charming.
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
Go slice trick that just occurred to me: s[i:i+n] -> s[i:][:n]. Latter is one char longer but I find it oddly charming.