31. Print merge two lists one is integer another is float
num1=[1,2,3] num2=[4.5,5.5,6.6] for n in num2: num1.append(n) print(num1)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment