Problem Setup
Assume that the following code has run already in this session.
book_prices = ['$55.99', '$119.95', '$13.95']
Compose your code here
price_num = float(price_num) * 1.1
price_num = price[1:]
for price in book_prices:
print(price_num)
Python output
>>Python output here...