sporting goods shop codehs # Enter your code here COST_OF_FRISBEE = 15 y=int(input("How many frisbees would you like to purchase?")) y = y*15 print("Your total is $" +str(y)) sporting goods shop codehs