Discuss / Python / 作业

作业

Topic source

无名

#1 Created at ... [Delete] [Delete and Lock User]
L = ['Bart', 'Lisa', 'Adam']for i in range(len(L)):    text='Hello,{}'.format(L[i])    print(text)

  • 1

Reply