Hi everyone, I am running a code found in this book Hands-On Graph Analytics with Neo4j which originally had a missing parentheses (alredy fixed), but still has something wrong
from neo4j import GraphDatabase
URL="bolt://localhost:7687"
USER="neo4j"...