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

User Kajo
by
7.0k points

1 Answer

1 vote

Answer:

total = subtotal * 0.15

User PeskyGnat
by
7.5k points