SkillAgentSearch skills...

DiceRollingSimulator

This is a classic "roll the dice" program. We will be using the random module for this,since we want to randomize the numberswe get from the dice. We set two variables (min and max) , lowest and highest number of the dice. We then use a while loop, so that the user can roll the dice again. The roll_again can be set to any value, but here it's set to "yes" or "y", but you can also add other variations to it.

Install / Use

/learn @ramandixit13/DiceRollingSimulator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DiceRollingSimulator

This is a classic "roll the dice" program. We will be using the random module for this,since we want to randomize the numbers we get from the dice. We set two variables (min and max) , lowest and highest number of the dice. We then use a while loop, so that the user can roll the dice again. The roll_again can be set to any value, but here it's set to "yes" or "y", but you can also add other variations to it.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks6

Languages

Python

Security Score

55/100

Audited on Aug 30, 2024

No findings