Python day 1
How to go Python file folder in windows :
C:\Users\Lenovo>cd..
C:\Users>cd..
C:\> cd E:\Personal\Code Practice\Python
C:\>cd /d E:\Personal\Code Practice\Python
How to run python code in command prompt
E:\Personal\Code Practice\Python>python 01_Day_Introduction_helloworld
Comments
Post a Comment