What is the output of the following piece of code?
a=list((45,)*4)print((45)*4)print(a)
a=list((45,)*4)print((45)*4)print(a)What is the output of the following piece of code?
a=list((45,)*4)print((45)*4)print(a) Correct Answer 180<br>
মোঃ আরিফুল ইসলাম
Feb 20, 2025