This is my java code that let me execute a python script.
The problem is everything is printed in the correct form but there is no creation for the file "test.txt" while executing with java.
If executing python script manually or from the cmd directly, everything works perfectly but not with java code