nancylock58 nancylock58 09-03-2021 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) Output: