Como criar o arquivo python no PowerShell

New-Item -itemtype file test.py
Never