random.randint not working 'bool' object has no attribute 'randint' code example
Example: random.randint not working 'bool' object has no attribute 'randint'
You have named one of your variables 'random',
which is shadowing the name of the module you're trying to use,
Use a different variable name!