I can not use function random.random from the Random module in Python. When I`m trying to use any function from yhe module, I get the following:
import random
x = random.random
x
<built-in method random of Random object at 0x02452D40>
I can not use function random.random from the Random module in Python. When I`m trying to use any function from yhe module, I get the following:
import random
x = random.random
x
<built-in method random of Random object at 0x02452D40>