ANONYMEIN ANONYMEIN Computers and Technology Answered What is the output of the following program? for num in range(3): print (num * 3) OUTPUT: