python correct dictionary notation -


i need like

{"a"=1,"b"=2,"c"=3,"d"=4} 

but python not able decode it, gives me error message. there way around that?

thank you

replacing "=" ":" should work...


Comments

Popular posts from this blog

android - Automated my builds -

apache - GeoServer under https -

php - Iterate over object properties with keys from second array -