Commit d5bb461a authored by ORSU AKHIL's avatar ORSU AKHIL

Update task3.py

parent e7b7b3ae
#!/usr/bin/python
def function2(list,n) :
newlist = [ k[n] for k in list]
#print (newlist)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment