def select(): return 'spam' def func(): return select().upper()