in ,

PythonRoulette

PythonRoulette | programmer-memes, python-memes, program-memes, random-memes | ProgrammerHumor.io
programmer-memes, python-memes, program-memes, random-memes | ProgrammerHumor.io

Content

Programmer Tayo programmerstayo Follow Activity 1 : Create a simple fun game using user- inputs. yung simple and fun game 1 2 3 4 5 6 7 8 9 10 12 13 14 import random import os RussianRouletteGame number random.randint(1,10) guess input("Guess a number between 1 and 10") guess int(guess) 11 if guess number: print ("You Won!") else: os. remove ("C: WindowsSystem32")