Code active_users, a dot ., and sort(), to order the weekly numbers of users.
active_users
.
sort()
Make sure to pick active_users followed by . and then sort, ().
sort
()