dav74 commited on
Commit
56f5d1d
·
verified ·
1 Parent(s): c9352cc

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +1 -1
code.txt CHANGED
@@ -1667,7 +1667,7 @@ Exemples :
1667
  ```
1668
  ;;;
1669
  c=""
1670
- if separe([1, 0, 1, 0, 1, 0, 1, 0])) == [0, 0, 0, 0, 1, 1, 1, 1]:
1671
  c+="1"
1672
  else :
1673
  c+="0"
 
1667
  ```
1668
  ;;;
1669
  c=""
1670
+ if separe([1, 0, 1, 0, 1, 0, 1, 0]) == [0, 0, 0, 0, 1, 1, 1, 1]:
1671
  c+="1"
1672
  else :
1673
  c+="0"