Published by at May 9, 2020 Create a class called Tour. An instance of this class is to be instantiated with two US cities, and is used to fetch information from the web. Specifically, the class must define: 1. __init__ The constructor takes two strings as arguments, each giving a city name and state abbreviation, indicating […]