After executing the following codes in Jupyter notebook, the value of y is the value of num is and the first element in Ist (i.e. the element with index 0) is num = 4 1st = [2,3,4] def...


Python


After executing the following codes in Jupyter notebook, the value of y is<br>the value of num is<br>and the first element in<br>Ist (i.e. the element with index 0) is<br>num = 4<br>1st =<br>[2,3,4]<br>def modifier(num,lst):<br>num = 1<br>1st[ 0 ] = 1<br>return num<br>у 3<br>modifier(num, 1st)<br>

Extracted text: After executing the following codes in Jupyter notebook, the value of y is the value of num is and the first element in Ist (i.e. the element with index 0) is num = 4 1st = [2,3,4] def modifier(num,lst): num = 1 1st[ 0 ] = 1 return num у 3 modifier(num, 1st)

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here