Need to create a program that prints out words starting with a particular letter
问题 I need a program that asks the user for 3 letters then asks the user for a string, then prints out all words in the string that start with the three letters...e.g Enter 3 letters: AMD Enter text: Advanced Micro Devices is a brand for all microsoft desktops word: Advanced Micro Devices word: all microsoft desktops it's pretty simple. I'm new and having trouble figuring out how...my code is currently... ipt1 = raw_input("Three letters: ") ## Asks for three letters ipt2 = raw_input("Text: ") ##