Coin Toss

Write a program coin_toss.py that asks the user to hit the [Enter] key to flip a virtual coin. The program then prints out either "heads" or "tails" with a random probability of either event happening.

Sample interaction:

Hit the [Enter] key and I'll flip a coin for you...
heads