From 5e3f623ee1ff1c0e3e6b282251aaf82918aaabc1 Mon Sep 17 00:00:00 2001 From: 6reg <43252229+6reg@users.noreply.github.com> Date: Mon, 3 May 2021 20:50:15 -0400 Subject: [PATCH] Change "Constant" to "Constants" --- en/constants/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +