📜  powershell 到 python 转换器 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:56.125000             🧑  作者: Mango

代码示例1
print('''Install Powershell v5. ...
Install Python v3. ...
Set Environment variable PATH to point to the folder that has Python executable (Python.exe)
[Optional] I'm using Visual Studio Code as an editor for both PowerShell and Python.''')