Skip to content

Instantly share code, notes, and snippets.

@phillipoertel
Created February 14, 2014 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipoertel/8997250 to your computer and use it in GitHub Desktop.
Save phillipoertel/8997250 to your computer and use it in GitHub Desktop.
Aufgabe 1
contents = {
user1: [1, 2, 4, 5, 6],
user2: [7, 8, 9],
user3: [10, 11, 12, 13]
}
# regeln:
- höchstens 6 elemente zurückgeben
- von möglichst vielen usern
- gleichmaessig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment