# Introduction In this challenge, we will calculate the sum of all prime numbers below 100. To do this, you need to define a function in a Python script that determines whether a given number is a prime number. Running the programme will print out the sum of all prime numbers below 100. You can use functions, loops and conditional statements to solve this challenge.
Click the virtual machine below to start practicing