Skip to content

Commit f74b8c2

Browse files
authored
Update README.md
Rectified some grammatical mistakes.
1 parent f694659 commit f74b8c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Beginners-Python-Programs
2-
Basic python CLI programs as examples<br>
3-
All the examples are useful examples<br>
4-
These examples are of beginners' level<br>
2+
Basic python CLI programs as examples.<br>
3+
All the examples are useful examples.<br>
4+
These examples are of beginners' level.<br>
55
<br>
6-
Hey guys I wrote these programs when I was just starting up with programming, now I realize that many of 'em feel very un-professional and useless so I decided to go one by one through all and make 'em more useful and professional !
6+
Hey guys, I wrote these programs when I was just starting up with programming, now I realize that many of 'em feel very un-professional and useless so I decided to go one by one through all and make 'em more useful and professional!
77
<br>
88

9-
Note: In 2.x versions input isn't useful , lly , in 3.x versions raw_input isn't useful. Also, xrange() and other methods are discontinued or changed in 3.x versions of python. Change the keywords accordingly!
9+
Note: In 2.x versions input isn't useful. Similarly, in 3.x versions raw_input isn't useful. Also, xrange() and other methods are discontinued or changed in 3.x versions of Python. Change the keywords accordingly!
1010

1111
<pre>
1212
<strong>NOTE: WORK IN PROGRESS!

0 commit comments

Comments
 (0)