Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement