I am trying the pre-released Version 1.2.1139 and Version 1.2.1153
travel_with = ["bmw", "audi", "benz"]
for travel in travel_with:
print(travel.title())
after entering "travel." in print function, there is no function suggestion for the first time you type the code. The function suggestion only shows up the second time after you run the codes.