what does zfill do in python code example Example: python zfill num = "7" print(num.zfill(2)) # prints "07"