I am having a heck of a time taking the information in a tweet including hashtags, and pulling each hashtag into an array using Python. I am embarrassed to even put what I
hashtags = [word for word in tweet.split() if word[0] == "#"]