Update pad_number
This commit is contained in:
committed by
GitHub
parent
726a761a95
commit
9022b4f08e
@ -13,5 +13,5 @@ def pad_number(n, l):
|
||||
```
|
||||
|
||||
```py
|
||||
pad_number(1234, 6); # 001234
|
||||
pad_number(1234, 6); # '001234'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user