Copy code into any IDE supporting Python. The random module should automatically be imported through the 'import random' statement. Run code, it will give you the option to roll one or two dice. This ...
Could you also please add the logs? You can set the logging to trace? You can do that by going to : Tools -> Options -> Python -> Analysis and setting the log level to trace.
Consider all the games you’ve ever played that involve throwing dice or shuffling a deck of cards. Games like this are fun in part because of the element of chance. We don’t know how many dots will ...