Discuss / Python / 练习

练习

Topic source

码上创业

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

L = ['Bart', 'Lisa', 'Adam'] i = 0 while i < len(L) : print("Hello, %s" % L[i] ) i = i + 1


  • 1

Reply