<aside>
<img src="/icons/checkmark-square_gray.svg" alt="/icons/checkmark-square_gray.svg" width="40px" /> 1. Call type() on the integer 5 and print the results.
2. Define a dictionary my_dict.
3. Print out the type() of my_dict.
4. Define a list called my_list.
5. Print out the type() of my_list.
</aside>