Код: Выделить всё
COLONNE_CLE_1_LG = "P"
COLONNE_CLE_1_POS = "Q"
COLONNE_CLE_2_LG = "R"
COLONNE_CLE_2_POS = "S"
...
for rangCle in range(1, 9):
constanteColonnePosition = "COLONNE_CLE_" + str(rangCle) + "_POS"
Как мне получить значение COLONNE_CLE_1_POS (то есть Q) из ConstanteColonnePosition.
Подробнее здесь: https://stackoverflow.com/questions/793 ... r-variable