We've stored the values in new_users as individual elements inside users_list. We can display them by coding print(users_list).
new_users
users_list
print(users_list)
Make sure to pick print followed by ( and then users_list, ).
print
(
)