# Introduction In this challenge, we will first install a Python library called `Faker`, which is used to generate random data. Then we will use this tool to generate some `Person` objects and sort and output these randomly generated objects.
Click the virtual machine below to start practicing