
xxxxxxxxxx
#UK Postcodes Distance Calculator - www.101computing.net/uk-postcode-distance-calculator/
import math
postcode1=input("Please enter a valid UK postcode:")
postcode2=input("Please enter a second valid UK postcode:")
file = open("UKPostcodes.csv","r")
task_alt