If we use len() on an empty list it'll return 0. We can see it here when we display the number_of_users variable.
len()
0
number_of_users
Make sure to pick print, followed by number_of_users.
print