13 lines
226 B
Markdown
13 lines
226 B
Markdown
# Python
|
|
|
|
Checking Python version on Windows machine
|
|
py -3 --version
|
|
|
|
Linux/macOS
|
|
python3 --version
|
|
|
|
if this comments give error make sure you installed the python
|
|
link -> https://www.python.org/downloads/
|
|
|
|
Python in VS Code
|