Commit 65ce4ac4 authored by ORSU AKHIL's avatar ORSU AKHIL

task B2

parent c1d4d004
#!/usr/bin/python
def function2(list,n) :
newlist = [ k[n-1] for k in list]
print (newlist)
sortlist=newlist.sort()
return sortlist
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