-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo_tournament
16 lines (16 loc) · 862 Bytes
/
go_tournament
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rappel: utilisez python3.7 python3.8 ou 3.9 (pas >=3.10)
# si rien ne s'affiche dans le terminal: probleme de version de python
# solution simple: remplacer ci-dessous python par python3.9
python --version
python paintwars.py 0 False 0 2> /dev/null | tail -n 1
python paintwars.py 0 True 0 2> /dev/null | tail -n 1
python paintwars.py 1 False 0 2> /dev/null | tail -n 1
python paintwars.py 1 True 0 2> /dev/null | tail -n 1
python paintwars.py 2 False 0 2> /dev/null | tail -n 1
python paintwars.py 2 True 0 2> /dev/null | tail -n 1
python paintwars.py 3 False 0 2> /dev/null | tail -n 1
python paintwars.py 3 True 0 2> /dev/null | tail -n 1
python paintwars.py 4 False 0 2> /dev/null | tail -n 1
python paintwars.py 4 True 0 2> /dev/null | tail -n 1
python paintwars.py 5 False 0 2> /dev/null | tail -n 1
python paintwars.py 5 True 0 2> /dev/null | tail -n 1