Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dav74/exopy_geminibis
dav74
/
act_python
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dav74
commited on
Jul 18
Commit
4a7a87f
·
verified
·
1 Parent(s):
358b9ae
Update code.txt
Browse files
Files changed (1)
hide
show
code.txt
+1
-1
code.txt
CHANGED
Viewed
@@ -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"