Как создать файл Python в PowerShell

New-Item -itemtype file test.py
Never