0

Please explain how this code works

def mystery(l): l = l + l return() mylist = [22,34,57] mystery(mylist)

20th Aug 2019, 6:41 PM
dv8703
dv8703 - avatar
1 Antwort
0
well it doesn’t really do anything right now. it just returns () but only if you would type print(mystery(mylist))
20th Aug 2019, 7:14 PM
Brave Tea
Brave Tea - avatar