1. Write a program to prompt the user for a word and print "You entered: " followed by the word that the user entered. 2. Write a program to prompt the user for a URL (using raw_input) and launch a browser window displaying that URL. 3. Write a program to prompt the user for a name, sender email address, and receiver email address and send an email message to the specified address.