We're going to be making an artificial intelligence that wins at Rock, Paper, Scissors! It's been done before, but it's a good project to get your feet wet in AI.
https://towardsdatascience.com/how-to-win-over-70-matches-in-rock-paper-scissors-3e17e67e0dab
(You can find a large set of algorithms in Python that do pretty much what we're trying to do as a link on the above page, the small difference is that we will be playing real players instead of other algorithms and using Python 3 (not 2).)