kaitlynr8942 kaitlynr8942 15-04-2024 Computers and Technology contestada Suppose list1 = [1,2,3], what is the output of the following code? for i in list1: print(i * 2, end = '')