mkdir demoforpy ----- to create folder/directory
2065 cd demoforpy/ --- to change directory
2066 cd
2067 pwd ---- present working directory
2068 ls ---- list of all file and folder/directory
2069 cd demoforpy/
2070 ls
2071 cd mypython/
2072 ls
2073 gedit hello.py ------ graphical editor like notepad
2074 cat hello.py ------ to show file content
2075 python3 hello.py ----- to run python code
aakashgaur57/upfl_web:17 aakashgaur57/upfl_web:18 aakashgaur57/upfl_web:18 aakashgaur57/upfl_web:19 aakashgaur57/upfl_web:22 aakashgaur57/upfl_web:24