changed wording (#23793)

changed confusing wording
This commit is contained in:
Jack Kang
2018-11-30 21:24:29 -05:00
committed by Manish Giri
parent 565a674d77
commit 841fa65d08

View File

@ -5,7 +5,7 @@ title: Python
## What is Python? ## What is Python?
<a href='https://www.python.org' target='_blank' rel='nofollow'>Python</a> is a general purpose programming language which is dynamically typed, interpreted, and known for its easy readability with great design principles. It was created by Guido van Rossum and released in 1991. Since then, the language has exploded in popularity. <a href='https://www.python.org' target='_blank' rel='nofollow'>Python</a> is a general purpose programming language that is dynamically typed and interpreted. Python is known for its easy readability with great design principles. It was created by Guido van Rossum and released in 1991. Since then, the language has exploded in popularity.
To learn more about Python, check out these pages on python.org: To learn more about Python, check out these pages on python.org: