Write a Python program that uses the random module to simulate the toss of a coin. The function coin_toss() should return “Heads” or “Tails”.
Example 1:
Input: coin_toss()
Output: "Heads" or "Tails"
Example 2:
Input: coin_toss()
Output: "Heads" or "Tails"