Discuss / Python / 作业

作业

Topic source

2oidy

#1 Created at ... [Delete] [Delete and Lock User]
# -*- coding: utf-8 -*-
L = ['Bart', 'Lisa', 'Adam']

for name in L:
    print('hello,%s' %name)

  • 1

Reply