highlight

This commit is contained in:
MSilva95 2022-07-14 16:34:12 +01:00 committed by zainab Dnaya
parent 2bede0ba82
commit 33b0883b42
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
### Instructions
Write a function that returns the number of digits in a positive integer n.
- if the number is negative returns 0.
Write a function that returns the number of digits in a positive integer `n`.
- if the number is negative returns `0`.
### Expected function