Q) What's the output for the below code? my_list = [10, 10.5, 20, 30, 'Python', 'Java', 'Ruby'] char = len(my_list) print(char) #programmerlife #python #CodeEveryday #CodingChallenge #Coding