For this challenge we are going to use pseudo-code to analyse the timings of the best two formula 1 drivers of the season, Lewis Hamilton and Sebastian Vettel on four different Grand Prix. For the purpose of this task we…
First let’s have a look at the following two webpages… http://www.internetlivestats.com/ http://www.worldometers.info/ Our Challenge In this challenge we are going to write our own Python scripts to generate live metrics. Let’s look at our first fact: Every second, on average…
In this collection of challenges you are going to manipulate numbers and perform basic arithmetic operations with numbers as well as use string manipulation techniques to format numbers. Challenge #1: Square Number Challenge #2: Total 100 Challenge #3: Odd or…