Discuss / Python / 继续打卡

继续打卡

Topic source

L = ['Bart', 'Lisa', 'Adam'] l=len(L) n=0 while n < l: print('hello',L[n]) n=n+1


  • 1

Reply