Computer Science, asked by thnvml, 9 months ago

def mystery(l):
if l==[]:
return (l)
else:
return (mystery (l[1:]+l[:1])


what does mystery ([22,14,19,65,82,55]) return?

Answers

Answered by kadhiravan1969
0

Answer:

85997796867 8484767r78

Explanation:

755958667666977

Similar questions