My code worked, I changed nothing, and now its highlighted saying it cant reference the module properly
ive tried retyping everything, looking up tutorials, trying SUPER simple lines of code, and my random module in pycharm python 3 is not working
import random
value = random.random()
print(value)
basically, value = random.random() after the dot is highlighted and is saying cannot find reference 'random' in random, like... what??