a = list('Python') print('Here is the original list:\n{}\n\nThe number that my_list has is:\n{}'.format(a,len(a)))