skip one output python code example Example: python ignore return value def f(): return 1, 2, 3 _, _, x = f()