Discuss / Python / 作业

作业

Topic source
L = ['Bart', 'Lisa', 'Adam']
for i in range(len(L)):
    print('Hello, %s!'%L[i])

  • 1

Reply