Discuss / Python / 打卡

打卡

Topic source

# -*- coding: utf-8 -*-

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

for x in L:

    print('Hello,',x,'!')


  • 1

Reply