def foo(x): if 1.0: return 1 else: return '' #? int() foo(1)