Seudónimo Seudónimo 08-12-2020 Computers and Technology contestada 8) What do the following programs print? Ishow the tables of variables in memory. a) def main() : a = 5 b = 7 print (mystery (a, b)) def mystery (x, y) : z = x + y 2 2 / 2.0 return z main() What does show the tables of variables in memory mean?