By coding print(new_special), we can see that the new_special variable contains the updated string.
print(new_special)
new_special
Make sure to pick print followed by ( and then new_special, ).
print
(
)