shell pip install vex python import vex python my_vex = vex.Vex() python my_vex.read_file("example.vex") my_vex.execute() result = my_vex.get_value() print(result)