I just thought that it may be interesting for those who learn Python to make some sort of competition, combining the practice in python language and reward in Hive :)
So, the conditions are following: just be the first to solve the following task and get 50% of liquid reward for this post :)
text = "M e r r y M a r y M a r r y M e"
correct answer = ['r' , 'm', 'y']
text = "e e e e DDD ddd DdD: ddd ddd aa aA Aa, bb cc cC e e e"
correct answer = ['e', 'ddd', 'aa']
text="This is a conversation between a Canadian man and a US ship from October 1995./nIt happened near the Canadian sea coast. Canadian man: You have to change your direction./nIf you don’t change your direction, there will be a big collision with us./nUS ship: We recommend that you change your direction./nCanadian man: It is not possible. You have to change your direction./nUS ship: This is the captain of a US ship. You have to change your direction./nCanadian man: It is not possible. We repeat. You have to change your direction./nUS ship: This is a US ship. We have a lot of weapons. We repeat. You have to change your direction./nCanadian man: This is a lighthouse. We are waiting for your answer."
correct answer = "['a', 'your', 'you']"
In 7 day we will get winner, I will post my solution and if you like this post we will continue with another task :) Looking forward for your comments!