How do I declare a constant in Python?
In Java, we do:
public static final String CONST_NAME = "Name";
← Назад к списку