In this project you will learn how to use coding logic to generate random cards.
Create an algorithm that randomly builds a random card every time it runs:
$ git clone https://github.com/breatheco-de/exercise-random-card-cli-python`
python3 app.py
Every time the algorithm runs a new random card needs to show on the console.
The card must have one of the possible suites: Hearts, Spades, Clubs and Diamonds.
The card value must be one of the following: 1 to 10, King, Queen, Jack or Ace (no joker).
In the end, the project needs to look similar to this demo.
♡ ♧ ♤ ♢
In order to prepare better for completing this exercises, we suggest the following materials