asked 28.2k views
0 votes
Write a python statement that multiplies the variable subtotal by 0. 15 and assigns the result to the variable total

asked
User Kajo
by
7.8k points

1 Answer

1 vote

Answer:

total = subtotal * 0.15

answered
User PeskyGnat
by
7.9k points