Spaces:
Sleeping
Sleeping
Upload code.txt
Browse files
code.txt
CHANGED
@@ -2158,7 +2158,7 @@ Exemples :
|
|
2158 |
21
|
2159 |
;;;
|
2160 |
c = 0
|
2161 |
-
if
|
2162 |
print("Test 1 : OK")
|
2163 |
c += 1
|
2164 |
else :
|
|
|
2158 |
21
|
2159 |
;;;
|
2160 |
c = 0
|
2161 |
+
if rpn_calcul(["3", "4", "+"]) == 7:
|
2162 |
print("Test 1 : OK")
|
2163 |
c += 1
|
2164 |
else :
|