Question: please use the stdio.writeln and use the function in the hints to solve it because this is the requirement for the solutions.if you can't solve
please use the "stdio.writeln" and use the function in the hints to solve it because this is the requirement for the solutions.if you can't solve it this way please don't solve it. leave it for others to solve it. 

Problem 9. (Die Roll) Write a program called die_roll.py that accepts n (int) as command-line argument, representing the number of sides of a fair die, rolls an n-sided die twice, and writes to standard output the sum of the numbers rolled. /workspace/project1 $ python3 die_roll.py 6 12 Hints: Accept an integer n as command-line argument Use stdrandom. uniform Int () with suitable arguments to simulate a single roll of an n-sided die Write the sum of the numbers rolled
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
