Generate a Number List

# Introduction In this challenge, we required to write a program that generates a list of 5 random numbers between 100 and 200 inclusive. The program should use the `range()` function to generate an iterable object and the random.`sample()` function to generate a list of random values.

|60 : 00

Click the virtual machine below to start practicing