typo et erreurs representation_base

This commit is contained in:
2026-01-15 00:33:12 +01:00
parent e5dd54c9d2
commit 89c41f2a53
11 changed files with 20 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ __Question 4 :__ En utilisant les fonctions précédentes, écrire une fonction
``` python
>>> complement_a_deux(-12, 8)
"11110100"
>>>> complement_a_deux(7,8)
>>> complement_a_deux(7,8)
"00000111"
```