Relative Content

Tag Archive for pythonmoduleimporterror

ImportError: cannot import name ‘index’ from ‘operator’

Im trying to make a guessing game in python where the computer generates a random number and the user has to guess it. To generate a random number i used the randint function from the random module yet i get this error message. ImportError: cannot import name ‘index’ from ‘operator’