Skip to content

Instantly share code, notes, and snippets.

@pglimos
Created December 4, 2019 15:22
Show Gist options
  • Save pglimos/8ea082d864d4beb2cb7d0c780ba4b201 to your computer and use it in GitHub Desktop.
Save pglimos/8ea082d864d4beb2cb7d0c780ba4b201 to your computer and use it in GitHub Desktop.
Coding Dojo Kraków #1
example1 = [[1,2,3],
txt[8,9,4],
[7,6,5]]
response1 = [1,2,3,4,5,6,7,8,9]
example2 = [[1,2,3],
[4,5,6],
[7,8,9]]
response2 = [1,2,3,6,9,8,7,4,5]
task = [[99,111,100,105],
[32, 50, 48,110],
[111,57, 49,103],
[106,111,100,32]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment