|
@ -2,6 +2,8 @@ import random |
|
|
import os |
|
|
import os |
|
|
import sys |
|
|
import sys |
|
|
|
|
|
|
|
|
|
|
|
# 3.141592653589793238462643383279502884 |
|
|
|
|
|
|
|
|
def fin(s, s_depart, bac): |
|
|
def fin(s, s_depart, bac): |
|
|
print(f"\nVous avez désormais {s} jetons.") |
|
|
print(f"\nVous avez désormais {s} jetons.") |
|
|
if s > s_depart: |
|
|
if s > s_depart: |
|
|