Log in om je oplossingen te testen.
# Cut the deck program # ------------------------- # Import libraries # ------------------------- # ------------------------- # Subprograms # ------------------------- # ------------------------- # Main program # ------------------------- # The value order of the cards for reference cards = ["6C", "7C", "8C", "9C", "10C", "JC", "QC", "KC", "AC", "6D", "7D", "8D", "9D", "10D", "JD", "QD", "KD", "AD", "6H", "7H", "8H", "9H", "10H", "JH", "QH", "KH", "AH", "6S", "7S", "8S", "9S", "10S", "JS", "QS", "KS", "AS"]

  Python sandbox

In dit venster kan je Python-code uitvoeren zonder iets te moeten installeren. De code die je hier schrijft wordt niet automatisch ingediend in Dodona.

Testgeval dat gedebugd wordt