We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cff49 commit e8f6188Copy full SHA for e8f6188
README.md
@@ -1,2 +1,9 @@
1
# Python Development
2
Python repo for developing and testing different types of programs.
3
+# Run The Source Code
4
+#### Download Python
5
+https://www.python.org/downloads/
6
+#### Verify Version Once Installed
7
+py --version
8
+#### From Your Download Directory Run The Source Code
9
+py file.py
0 commit comments