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

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +2 -2
code.txt CHANGED
@@ -2686,9 +2686,9 @@ Exemple :
2686
  ;;;
2687
  c = ""
2688
  if perimetre_rectangle(5, 3) == 16:
2689
- c += "1"
2690
  else:
2691
- c += "0"
2692
  ;;;
2693
  est divisible par tous
2694
  ;;;
 
2686
  ;;;
2687
  c = ""
2688
  if perimetre_rectangle(5, 3) == 16:
2689
+ c += "1"
2690
  else:
2691
+ c += "0"
2692
  ;;;
2693
  est divisible par tous
2694
  ;;;