diff --git a/en/constants/index.html b/en/constants/index.html index 2d38662..db9af1c 100644 --- a/en/constants/index.html +++ b/en/constants/index.html @@ -168,7 +168,7 @@

Python Reader

Constants


-

Constant are really variables that represent quantities that don’t change while the program is running. Variables, on the other hand, often do change. Constants are written in a special way so that programmers know that they will not change. For example, consider this program which can tell you the number of seconds in a given number of minutes:

+

Constants are really variables that represent quantities that don’t change while the program is running. Variables, on the other hand, often do change. Constants are written in a special way so that programmers know that they will not change. For example, consider this program which can tell you the number of seconds in a given number of minutes:

"""
 File: constants.py
@@ -234,4 +234,4 @@ 

Definining Constants

- \ No newline at end of file +