Home » PythonPi Bonus Lessons

Category Archives: PythonPi Bonus Lessons

PythonPi Bonus: Knock Knock

Today we are going to be playing with user input but not really paying much attention to what is said in the user input. We will be using the user input to move on to the next part of the program. This will take part by being the response in a given knock knock joke. […]

Continue Reading →

PythonPi Bonus: 99 Bottles Of Beer

For this program, you will need to create a loop to create the popular song. 99 bottles of beer on the wall, 99 bottles of beer. Take one down, pass it around. 98 bottles of beer on the wall. Consider how to insert an int (number variable) to a string and how to reduce the […]

Continue Reading →

PythonPi Bonus: Fibonacci

When carrying out the bonus lessons, you should have already completed the 8 week introductory course and submitted all your coursework to maximum possible standard. Today we will be learning about the vast mathematical functions of Python starting with Fibonacci numbers. Fibonacci is a sequence of numbers that add together with the previous one in […]

Continue Reading →