Discuss / Python / 作业

作业

Topic source

张馆长233

#1 Created at ... [Delete] [Delete and Lock User]

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


  • 1

Reply