Pad Numbers to Specified Length in Python (Challenge)

# Introduction In Python, sometimes we need to pad a number with leading zeros to make it a certain length. For example, we might want to pad the number `7` to be `000007`. In this challenge, you will need to write a function that pads a given number to the specified length.

|60 : 00

Click the virtual machine below to start practicing