Figure 1 shows a Python list of city names.
cities = ["Paris", "Tokyo", "London", "Rome", "Cairo", "Sydney"]
Figure 1
State why a binary search cannot be used on the list cities.
cities