Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My proyect guess number #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ximelainfiesta
Copy link

A program that randomly generates a number for a user to guess it.

@AbelMon
Copy link

AbelMon commented Mar 6, 2015

Demasiados comentarios en tu código, fue tu primer proyecto, así que está bien.

#Starts the game while this variable is True (if anything is False, it will kill the game)
NEWGAME = True
while NEWGAME == True: #while the variable is true
VALEATORY = random.randint(1, 20) #The game gives me a random number
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El nombre de la variable podría ser más específico. Podrías usar, por ejemplo, dos palabras separadas por un guión bajo ( _ ) para no afectar el test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants