Dice simulator: – Create a six and eight-sided dice simulator (8 points). – Ple

Dice simulator:
– Create a six and eight-sided dice simulator (8 points).
– Please make sure that it is a FAIR die.
– Cover it with a simple, easy to use GUI (8 points).
– please provide a good, clean comments (carry 4 points)
Submission Requirement:
1. need the ipynb file
2. can run in Jupyter Notebook
3. any other required file can also be uploaded
thank you! please feel free to ask any further detailde requirements about this

Write Z specification for a Banking System according to the requirements given b

Write Z specification for a Banking System according to the requirements given below:
a) There are two types of accounts, i.e., Current account and Savings account.
b) Savings account requires minimum balance of 5000 rupees, but Current account
does not require any minimum balance.
c) Each account can have only one account holder, however, an account holder can
have more than one accounts.
d) Following operations are permitted on each account:
1) Create account:- Creation of a new account
2) Close account:- Closure (deletion) of an account
3) Withdraw cash:- Savings accounts have cash withdrawal limit of 10000
rupees per transaction whereas Current account does not have any limit
4) Deposit cash:- Any amount of cash may be deposited
Write program in Python Programming Language.
I need code in MS word file.

Write Z specification for a Banking System according to the requirements given b

Write Z specification for a Banking System according to the requirements given below:
a) There are two types of accounts, i.e., Current account and Savings account.
b) Savings account requires minimum balance of 5000 rupees, but Current account
does not require any minimum balance.
c) Each account can have only one account holder, however, an account holder can
have more than one accounts.
d) Following operations are permitted on each account:
1) Create account:- Creation of a new account
2) Close account:- Closure (deletion) of an account
3) Withdraw cash:- Savings accounts have cash withdrawal limit of 10000
rupees per transaction whereas Current account does not have any limit
4) Deposit cash:- Any amount of cash may be deposited
Write program in Python Programming Language.
I need code in MS word file.