练习

    请利用循环依次对list中的每个名字打印出 Hello, xxx!

    # -- coding: utf-8 --

    L = ['Bart', 'Lisa', 'Adam']