dav74 commited on
Commit
42c7ef7
·
verified ·
1 Parent(s): 9e66d9a

Upload code.txt

Browse files
Files changed (1) hide show
  1. code.txt +1 -1
code.txt CHANGED
@@ -2158,7 +2158,7 @@ Exemples :
2158
  21
2159
  ;;;
2160
  c = 0
2161
- if drpn_calcul(["3", "4", "+"]) == 7:
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 :