Jump to content

Problem with random


Truman

Recommended Posts

I intend to make lottery drawing program but first wanted to check the basic random module with a code:

from random import *
print(randint(1, 100))

Instead I receive a comment from cmd that contains output of some other file that I created

2h6f2ts.jpg

None of my files is named random.py. I have no idea how is this possible.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...