SOME_CONST = False if some_cond: SOME_CONST = True print (SOME_CONST)