blob: c91c297128730a858cf3808065d24f033a368254 [file] [log] [blame]
def f(x):
if x:
return x
return x.upper(), 2 + x