Hi all,
I need to create a program on python that:
At the start a 4 sided dice is thrown and a 12 sided dice is thrown to calculate two values for strength and skill the following method is used for each player:
- Each attribute is originally set to 10.
- The score on the 12 sided dice is divided by the score on the 4 sided dice and rounded down.
- This value is added to the initial value.
This process is repeated twice for two characters Bob and James.
I also need the pseudo.