Sign in to test your solution.
# 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

This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona.

Test case being debugged