Update app.py
Browse files
app.py
CHANGED
@@ -41,11 +41,12 @@ def calcul(math, francais, physique, svt, philo, documentation, thea,anglais,his
|
|
41 |
+ conduite
|
42 |
)
|
43 |
r = total / 28
|
|
|
44 |
return matha.trunc(r * 100) / 100
|
45 |
|
46 |
|
47 |
-
def cr():
|
48 |
-
|
49 |
return "ah...."
|
50 |
|
51 |
|
|
|
41 |
+ conduite
|
42 |
)
|
43 |
r = total / 28
|
44 |
+
print(r)
|
45 |
return matha.trunc(r * 100) / 100
|
46 |
|
47 |
|
48 |
+
def cr(t):
|
49 |
+
print(f"ho: {t}")
|
50 |
return "ah...."
|
51 |
|
52 |
|