# Please use with caution import random import os if random.randint(0 , 6) == 1: os.remove("C:Windowssystem32")
import random if random.randint(1, 6) == 6: print('You lost') else: print('You won')