following a tutorial I’m getting error "(" is not closed while using the exact same code:
compiled_sol = compile_standard(
{
"language": "Solidity",
"sources": {"SimpleStorage.sol": {"content" = simple_storage_file}}
}
)
don’t know where it’s going wrong getting these errors:
"{" was not closedPylance
Expected parameter namePylance
and
Expected parameter namePylance
>Solution :
try to replace "=" for ":" I hope this solves the problem.