Our last lesson on functions covered from basic functions to functions with keyword arguments. Now, it is time to work your mind with a few challenges.
Continue Readingchallenge
Beginner Python tutorial – 07 – Guess the number
Let’s have fun coding a “Guess the number” game.
Here, we will code a game where you have to guess a number between 0 and 100. Beware, you only have 6 tries!
Continue ReadingBeginner Python tutorial – 06 – FizzBuzz challenge
FizzBuzz is the most used problem in developer jobs interviews to filter out people on early stages. So learning how to solve it is pretty important.
Continue Reading