klove2239 klove2239 16-11-2020 Computers and Technology contestada The code below is repetitious. What is the output of this program? num = 3 num = num + 1 num = num + 1 num = num + 1 print(num)