Spaces:
Running
Running
Update code.txt
Browse files
code.txt
CHANGED
|
@@ -378,7 +378,7 @@ if prix_ttc(50, 5.5) == 52.75:
|
|
| 378 |
c += "1"
|
| 379 |
else:
|
| 380 |
c += "0"
|
| 381 |
-
if prix_ttc(200, 10) == 220
|
| 382 |
c += '1'
|
| 383 |
else:
|
| 384 |
c += '0'
|
|
@@ -429,7 +429,7 @@ else :
|
|
| 429 |
;;;
|
| 430 |
mention bac
|
| 431 |
;;;
|
| 432 |
-
|
| 433 |
;;;
|
| 434 |
conditions multiples, intervalles
|
| 435 |
;;;
|
|
|
|
| 378 |
c += "1"
|
| 379 |
else:
|
| 380 |
c += "0"
|
| 381 |
+
if round(prix_ttc(200, 10)) == 220:
|
| 382 |
c += '1'
|
| 383 |
else:
|
| 384 |
c += '0'
|
|
|
|
| 429 |
;;;
|
| 430 |
mention bac
|
| 431 |
;;;
|
| 432 |
+
2
|
| 433 |
;;;
|
| 434 |
conditions multiples, intervalles
|
| 435 |
;;;
|