Discuss / Python / 作业

作业

Topic source
# -*- coding: utf-8 -*-
L = ['Bart', 'Lisa', 'Adam']

for name in L:
    print('Hello ',name)

  • 1

Reply