take just the first output of a funciton pytohn code example Example: python ignore return value def f(): return 1, 2, 3 _, _, x = f()