mnagaoormeeran mnagaoormeeran 18-12-2020 Computers and Technology contestada What will be the output of the following code segment: B=[90,12,34,56,45,43,23,100] for i in range (len(B)): if i%2 == 0: print(B[i])