Signup and get access to similar projects
Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!
Start the ChallengeA tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.
Listen the podcastIn 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.
♡ ♧ ♤ ♢
Signup and get access to similar projects
Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!
Start the ChallengeA tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.
Listen the podcast