Python issues

Hi all , am trying to invoke python file using run python script
my code is :
import os
os.makedirs(“D:\python”)
print(“hi”)

i used right path & version too but also its not working !!
& if am tries the same code using CMD its working !
i dont know how to solve this issue

Thanks :slight_smile: