nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
479 B
0
Indexable
Never
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)

nord vpnnord vpn
Ad