baileyann1681 baileyann1681 28-12-2023 Computers and Technology contestada What is the output of the following few lines of code? a = ['1', '2', '3'] for a in a: print(2*a) a) 11 b) 22 c) 33 d) 123