Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 800 Bytes

File metadata and controls

27 lines (17 loc) · 800 Bytes

map_task

  1. Information about input User needs to enter:
  1. a year of the movie

  2. Coordinates(latitude and longitude)

    Example:

    image

  1. Functions
  1. def find_distance_(place1, place2): finds a distance between two places
  2. def find_coordinates(place): finds coordinates of our place
  3. def info_about_film(year, name): finds needed information about movie and returns a list of year, name, location and coordinates
  4. in main function we have our input, generation of a map and here we have our others functions called
  1. Example of map:

    image