112k views
4 votes
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:​

1 Answer

3 votes

Answer:

6.0

Step-by-step explanation:

User Thiago Campezzi
by
4.7k points