my_list = ["P", "y", "t", "h", "o", "n"] print( "Here is the original list:", f"{my_list}", "\nThe number that my_list has is:", f"{len(my_list)}", sep="\n" )