test.py 96 B

1234567
  1. import sys
  2. from pymongo import MongoClient
  3. if __name__=="__main__":
  4. print(sys.executable)