str_list = ["New York","Los Angeles","Chicago","Houston","Phoenix", "Philadelphia"] for x in range(len(str_list)): print(str_list[x])