[ragnarok@asgard-freeBSD:~] $ python3.6 Python 3.6.9 (default, Jul 9 2019, 01:18:18) [GCC 4.2.1 Compatible FreeBSD Clang 6.0.1 (tags/RELEASE_601/final 335540)] on freebsd12 Type "help", "copyright", "credits" or "license" for more information. >>> joueur = dict() >>> for i in range(0,3): ... joueur["nom{}".format(i+1)] = 100+i*100