In the tensorflow get started we can see the code:
----------------------------------------------------------------------------
 # Evaluate accuracy.
  accuracy_score = classifier.evaluate(input_fn=get_test_inputs,
                                       steps=1)["accuracy"]
----------------------------------------------------------------------------
I want to know what does the ["accuracy"] mean? i can't understand the format. It belong to the knowledge of python or tensorflow?
thx
 
     
     
    