def main(indices): foo = True bar() return foo def bar(): if 11 > 4: print('ok')