[Python] Basic Functions in PowerShell

To a specific directory (cd command)
cd D:newDirectory\ 
cd C:\Users\<User Name>\Desktop 
Run a python file (The python file must be in the same folder)
D:\newDirectory> python testFile.py

留言

這個網誌中的熱門文章

[Python] raw_input() function

[Golang] for