Answer to Question #135375 in Python for subbu

Question #135375
What is the value of mylist after the following lines are executed?
def mystery(l):
l = l[1:]
return()

mylist = [7,11,13]
mystery(mylist)
1
Expert's answer
2020-09-28T09:07:38-0400

[7, 11, 13]


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS