0

what is the value of mylist after the following lines are extutied

def mystery(l): l = l + l return() mylist = [31,24,75] mystery(mylist)

6th Feb 2017, 5:54 PM
rahul gattu
rahul gattu - avatar
1 Answer
0
[31, 24, 75]
24th Feb 2017, 3:48 AM
abhishek vikram singh
abhishek vikram singh - avatar