Which statement assigns the string variable airport_code with the value JFK?
JFK = 'airport_code'
airport_code = JFK
airport_code = 'JFK'