my_list = ['P', 'y', 't', 'h', 'o', 'n'] print('Here is the original list:', my_list, '','The number that my_list has is:', len(my_list), sep='\n')
my_list = ['P', 'y', 't', 'h', 'o', 'n'] print('Here is the original list:', my_list, '','The number that my_list has is:', len(my_list), sep='\n')