Traceback (most recent call last):
File "C:\Users\alves\PycharmProjects\jogos\adivinhacao.py", line 7, in <module>
numero_secreto = round(random.random() * 100)
^^^^^^^^^^^^^
AttributeError: module 'random' has no attribute 'random'