seconde_56_1_p329.py

Created by bhenry1

Created on January 06, 2020

139 Bytes


import random

for i in range(991) :
  if random.random() <= 0.03 :
    print("CSC")
  else :
    print("pas CSC")