rom math import * from random ____________________ * def ____________________: print("War") print() print("Modified from a program by") print("Creative Computing Morristown New Jersey") print("") Directions=input("Do you want directions?") if Directions[0].upper()____________________"Y": print("You and the computer each get a card. The higher card") print("wins (ace is highest, 2 lowest). The game ends when you") print("choose not to continue or when you have finished the deck.") print("") print("Press any key to start") input("")