[How do I]
(https://www.codecademy.com/courses/learn-python-3/projects/python-lens-slice)
It may seem really simple to others, but I’m having a hard time in step 5 because I’m trying to figure out how to add a variable inside of a string, the variable is num_pizzas and the one attached to it is len(toppings) and I’m trying to print out “We sell 7 different kinds of pizza!”, but it comes out as “We sell [num_pizzas] different kinds of pizzas”, and I used the hint from step five but I still don’t know what to do. Thank you!