I’m not sure why this code isn’t working. . . I can’t find the syntax error it seems fine . It is in the same format as all my other dictionaries
d=dict(zip((‘A’, ‘B’, ‘C’, ‘D’, ‘E’, ‘F’, ‘G’, ‘H’, ‘I’, ‘J’, ‘K’, ‘L’, ‘M’, ‘N’, ‘O’, ‘P’, ‘Q’, ‘R’, ‘S’, ‘T’),(‘6′,’10.76′,’5.41’.’2.71′,’5.07′,’5.65′,’3.22′,’5.97′,’7.59′,’6.02′,’6.02′,’9.74′,’5.74′,’5.48′,’6.3′,’5.68′,’2.09′,’5.89′,’5.66′,’5.96′)))
^
SyntaxError: invalid syntax
The arrow is pointing to the ‘5.68’ on the decimal .
There’s a ‘.’ where there should be a ‘,’ at ‘5.41’.’2.71′