We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4edcb commit 78c1815Copy full SHA for 78c1815
README.md
@@ -1,2 +1,15 @@
1
# Python-Workshop
2
Python Workshop codes
3
+
4
+# Run the code
5
6
+- Dowwnload the code
7
+- Install Python 3.x.x if not installed https://www.python.org/downloads/
8
+- Open your terminal/command propt (CTRL+T in Ubuntu ,Windows WIN+R then type cmd then enter)
9
+- Check Python is Configured or not by using
10
+ `Python --version` or `Python3 --version`
11
12
+ ouput - `Python 3.x.x`
13
14
+ - Run the code using `Python <filename>.py` or `Python <filename>.py`
15
0 commit comments