# 1. create a string named myStr, and assign the following value to it: "Enjoy python programming" # 2. Print myStr letter by letter, each letter in a different line # 3. use split method to process myStr, and print the third word in myStr. (In this case, you should print out 'programming')