MGju
0
Q:

how to add elememt in pytohn

ls=[]
ls.append('Apple')
ls.append('Mango')
for i in ls:
	print(i)
  
-1

Tags

New to Communities?

Join the community