Truman Posted December 18, 2017 Share Posted December 18, 2017 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 None of my files is named random.py. I have no idea how is this possible. Link to comment Share on other sites More sharing options...
Truman Posted December 19, 2017 Author Share Posted December 19, 2017 If anyone wants to know I had to install python again with pip, now it works fine. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now