shafferr976 shafferr976 28-10-2020 Computers and Technology contestada Question #1 Math Formula 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: