coord  =  {'latitude' : '37.24N' , 'longitude' : '-115.81'} 
print 'coordinates:  {latitude},  {longitude}' .format(**coord)
I've been recently following this new program on learning python and I've come across an error that says SyntaxError: invalid syntax,but I can't spot any syntax errors, if anyone can offer help it would be much appreciated.
 
     
    