Skip to content
Snippets Groups Projects
Commit 68c0f088 authored by Boujerfaoui Yassine's avatar Boujerfaoui Yassine
Browse files

Essai des programmes de la fonctionnalité 11

parent f498786a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import argparse as ap
from game_of_life.GoL_simulate import *
parser = ap.ArgumentParser()
parser.add_argument("size", type=tuple, help="diplay a universe of the given size")
parser.add_argument("size", type=tuple, help="display a universe of the given size")
parser.add_argument("type_seed", type=str, help="start universe with a seed of the given type")
parser.add_argument("iterations", type=int)
args = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment