Discuss / Python / 作业

作业

Topic source

for name in L: print('Hello ,',name,'!')

while 的方法

在此插入代码

n=len(L) i=0 while i<n : print('Hello,'+L[i]+'!') i=i+1

张三疯kk

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

print错了。!和前面没有,


  • 1

Reply