# 先写一行。
print("Here is the original list:", list("Python"), "\nThe number that my_list has is:", len(list("Python")), sep="\n")