Docfile commited on
Commit
5d9f4db
·
1 Parent(s): 4242565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def calcul(
45
  + espagnol
46
  + conduite
47
  )
48
- r = total / 28
49
  print(r)
50
  return matha.trunc(r * 100) / 100
51
 
 
45
  + espagnol
46
  + conduite
47
  )
48
+ r = total / 29
49
  print(r)
50
  return matha.trunc(r * 100) / 100
51