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

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +2 -2
code.txt CHANGED
@@ -1785,9 +1785,9 @@ Exemple :
1785
  ;;;
1786
  c = ""
1787
  if carre(5) == 25:
1788
- c += "1"
1789
  else:
1790
- c += "0"
1791
  ;;;
1792
  recherche dichotomique
1793
  ;;;
 
1785
  ;;;
1786
  c = ""
1787
  if carre(5) == 25:
1788
+ c += "1"
1789
  else:
1790
+ c += "0"
1791
  ;;;
1792
  recherche dichotomique
1793
  ;;;