Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-17 21:00:27 +01:00 committed by zainab Dnaya
parent 22a98fb3c1
commit 12a28bb3c2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
### Instructions
Write a function that returns the number of digits in a nonnegative integer n.
- if the number is negative input returns 0.
- if the number is negative returns 0.
### Expected function