In statistics, given a set list of numbers, the standard deviation is a measure of the amount of variation or dispersion within the set. A low standard deviation indicates that the values tend to be close to the mean value…
From around A.D. 800 to the 11th century, a large number of Scandinavians Vikings left their homelands to seek their fortunes on the east coast of England. These seafaring warriors ransacked different coastal sites from Northembria to East Anglia. In…
Can you name all of the 54 countries of Africa? In this challenge we will write a Python script to create a quiz where we ask the user to guess as many African countries as possible. The player will score…
In this challenge we are going to build different medieval castles by customising some Python code. Our first castle is already made for us and looks as follows: You can see, in the trinket window below, the Python code used…
In this challenge we will create a Python script to complete a Turtle race with four turtles racing across the screen. We have started the code for you to set up the pitch of grass. You will complete this project…
In a medieval castle, the crenelation (a.k.a battlement) is a parapet at the top of a wall that has regularly spaced squared openings for archers to shoot through. In this challenge, we are going to use Python Turtle to create…
For this challenge, we are going to recreate an existing built-in python function called zip(). The purpose of the zip() function in python is to merge two given lists into a single list of tuples. Each tuple will contain two…
To complete this challenge, your task is to connect the 9 dots below using just 4 connected straight lines (without lifting your pen!). Grab a piece of paper and have a go. Alternatively, you can draw and connect the 9…
To complete this challenge, your task is to draw the following envelope without lifting your pen and without going over the same line twice! Grab a piece of paper and have a go. Alternatively, you can draw your envelope on…
In this set of challenges you will design and test some logic gates circuits to control different automated features of a car including: Automatic Headlights System Interior Light System Automatic Windscreen Wipers System