Monday, 2 October 2023, 5:35 AM
Site: ΕΛ/ΛΑΚ Moodle
Course: Python Lab - May 2017 (python_ellak_may_2017)
Glossary: Glossary of terms
C

comments

Human readable descriptions which help code documentation. The code which is in the same line or inside multi-line comments, does not execute.

Single-line comments
Example: #this is a single-line comment

Multi-line comments
Example:
...
this
is
a
multi-line
comment
...
 

constant

not changing or varying