codehs python answers
# 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))
codehs python answers
codehs python answers
# 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))
codehs python answers