Commit 3fb6552d authored by ARUNAVO KUMAR MONDAL's avatar ARUNAVO KUMAR MONDAL

done task 1

parents
def function1(string1,string2,listVariable):
g=[s1,s2];
p=zip(*g);
return listVariable+p;
list1=['a','b','c','d','e'];
s1="hello";
s2="worldme";
l=function1(s1,s2,list1);
print list1
print l
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