Description
From this StackOverflow post, the string representation of the Python Graph object is:
graph[empty]
This is likely trying to be similar to EmptyGraph in Java, but this can be misleading for new users, especially if they had been using TinkerGraph which shows how many vertices and edges are in the graph. Something like one of these could be less confusing:
graph[remote] graph[]