# Introduction In this challenge, we required to generate a list of 5 even numbers between 100 and 200 inclusive. We will use the range() function to generate an iterable object and the random.sample() function to generate a list of random even numbers.
Click the virtual machine below to start practicing