You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
-[Introduction on How to Use GitHub Repository](https://github.com/itzpc/Introduction-To-Python-Programming/blob/master/README.md#introduction-on-how-to-use-github-repository)
12
12
- Introduction to Python Programming
13
13
-[C Program output](intro/cprog.c)
14
-
-[Python Program output](intro/Pyprog.c)
14
+
-[Python Program output](intro/Pyprog.py)
15
15
2. Data Types
16
16
3. Iterative Statements
17
17
4. Functions
@@ -23,16 +23,16 @@
23
23
#### Introduction on How to Use GitHub Repository
24
24
25
25
1. Log on to your [GitHub](https://github.com/login) Account.
26
-
2. Go to [this](https://github.com/itzpc/Introduction-To-Python-Programming) Repository
26
+
2. Go to [this](https://github.com/itzpc/Introduction-To-Python-Programming) Repository
27
27
3. Click on Fork or edit icon . This will create a copy of this repository in our GitHub account.
28
-
4. Go To your Repository . Select **Introduction-To-Python-Programming**
29
-
5. Select the File you want to work on
28
+
4. Go To your Repository . Select **Introduction-To-Python-Programming**
29
+
5. Select the File you want to work on
30
30
6. Edit File
31
31
7. Make some changes in the File . And Click on Propose Changes .
0 commit comments