30-Days-Of-Python
30-Days-Of-Python copied to clipboard
fixes grammar errors in README.md
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