What's wrong with this code?
It should be
active_users.sort()
There's nothing wrong with the code
We can only use
sort()
inside a
print()
statement
It should be
active_users.sort()
.