Skip to content

Conversation

@Giuseppe-Tornello
Copy link
Contributor

No description provided.

RAND_RANGE = 986234

rand_number = randint(0,RAND_RANGE)
print(rand_number)
Copy link
Member

Choose a reason for hiding this comment

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

you could wrap everything into a function
moreover, you should use if __name__ == __main__ strategy https://www.programmareinpython.it/video-corso-python-intermedio/03-if-name-main/

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