Cómo crear el archivo Python en PowerShell

New-Item -itemtype file test.py
Never