📑 Task
1) What result will this program produce?2) Rewrite this function for the numeral system with the base 3 (ternary)
📑 Answer
1) True2)
📑 Task
1) What result will this program produce?📑 Answer
1) True📑 Task
1) What is the last number the program will print?📑 Answer
1) 34📑 Task
1) What will the program print for each case?📑 Answer
1) x0=1 x1=2 x2=4 True and y0=1 y1=2 y2=4 False📑 Task
1) What object is created by the first line of the program?📑 Answer
1) The result is a function that creates a dictionary of functions📑 Task
1) What will the program print?📑 Answer
1) 2 lists of empty lists: [[], [], []] [[], [], []]