test.py 106 B

1234
  1. import os
  2. str = ("Rscript D:\\Cocorobo\\test\\RobustVideoMatting\\myPython\\Step03.R")
  3. p = os.system(str)