Posts by Zian F. • 9 points
1 post
-
-3
votes1
answer49
viewsQ: How to organize the output that Python returns in the Pymongo module?
I am trying to return database and more functions. Ex: mongodb = MongoClient(args.ip, int(porta)) database = mongodb.list_database_names() print (database) But when the answer comes back, it comes…