Untitled
unknown
plain_text
3 years ago
479 B
4
Indexable
import random def jeu(n): for i in range(1000): result = int(random.randint(1, 6)) match result : case 1: return un++ case 2: return deux++ case 3: return trois++ case 4: return quatre++ case 5: return cinq++ case 6: return six++ return (un,deux,trois,quatre,cinq,six)
Editor is loading...