py variables ad file nameing rules

This commit is contained in:
2025-08-12 00:56:56 +05:30
commit f1047cea6a
4 changed files with 152 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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