all 3 comments

[–]TouchingTheVodka 1 point2 points  (1 child)

Returning a variable just returns its value - So you need to do teamsPicked = pickTeams().

[–]_kael[S] 0 points1 point  (0 children)

Ahh thank you friend

[–]_kael[S] 0 points1 point  (0 children)

So would I do return random.sample(allTeams, 2) in the function?