parkerlabrie9 parkerlabrie9 10-03-2024 Computers and Technology contestada What is the missing code for the following function? def tax(rate,price): taxCharged price* rate /100 taxCharged pay tax(5, 20) print(pay)