create a function get_total_sentiment that determines the overall positivity or negativity of a user's input/ get_total_sentiment takes a string value and returns a float value indicating the overall sentiment score. The sentiment score is determined by summing the sentiment value of all words in the string input. use python