commit cb73f9e8eb2f282ea06a567002b04a4f79118b4f Author: manon Date: Tue Sep 10 14:51:14 2024 +0200 premier git diff --git a/Mini projet nb1.py b/Mini projet nb1.py new file mode 100644 index 0000000..31b03d5 --- /dev/null +++ b/Mini projet nb1.py @@ -0,0 +1,4 @@ +from random import randint +class Personnage: + def __init__(self, nom, pdv, exp, cat inventaire): + self. \ No newline at end of file