#include #include #include using namespace std; int main() { chdir("/opt/Pytop/"); system("python3 ."); return 0; }