Write Python code that prompts the user to guess Heads or Tails. Your code will continue to display the results and prompt the u
ser again until the user enters 0. Hint: Use the same code to get user input as you did in previous lessons. You may want to import and use random function.