30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

fixes grammar errors in README.md

Open nishans08 opened this issue 3 years ago • 0 comments

As a programmer you will see such kind of errors on daily basis. -> As a programmer you will see such kinds of errors on a daily basis.

Let us practice more how to use Python interactive shell -> Let us practice more on how to use the Python interactive shell.

Python list is an ordered collection which allows to store different data type items. -> Python list is an ordered collection which allows storing different data type items.

FIX #5

nishans08 avatar Jul 27 '22 23:07 nishans08