def essai(): a = 2 b = 3 c = 4 return a return b return c t = essai()