+ 2
Technically, there are no constants in Python because it is dynamically-typed. But there is a convention to define variables, which should not be changed during the runtime of the code, with capital letters. E.g.: HOST = "192.168.1.1" PORT = 23
19th Apr 2020, 6:47 PM
René Linden