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