Update pad_number

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-04 00:42:53 +03:00
committed by GitHub
parent 726a761a95
commit 9022b4f08e

View File

@ -13,5 +13,5 @@ def pad_number(n, l):
```
```py
pad_number(1234, 6); # 001234
pad_number(1234, 6); # '001234'
```