dav74 commited on
Commit
4a7a87f
·
verified ·
1 Parent(s): 358b9ae

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +1 -1
code.txt CHANGED
@@ -75,7 +75,7 @@ if facture(3,4) == 12:
75
  c+="1"
76
  else :
77
  c+="0"
78
- if facture(3,5) == 14.25:
79
  c+="1"
80
  else :
81
  c+="0"
 
75
  c+="1"
76
  else :
77
  c+="0"
78
+ if round(facture(3,5),2) == 14.25:
79
  c+="1"
80
  else :
81
  c+="0"