April 2017
Beginner to intermediate
312 pages
7h 23m
English
This exercise consists of two parts. In the first part, we will review building a list containing ten random numbers between 0 and 10. The second part is a challenge to the reader. Perform the following steps:
random_list = []
random_number = random.randint(0,10)
Read now
Unlock full access