We've stored the values in new_users as individual elements inside users_list. We can display them by coding print(users_list).

Make sure to pick print followed by ( and then users_list, ).