Question: #Write the rollDice function accepts the DIcewindow and two list argument. (Dicevalue and Diceimage) #Generate six random integers (between 1 to 6) append to Dicevalue
#Write the rollDice function accepts the DIcewindow and two list argument. (Dicevalue and Diceimage)
#Generate six random integers (between 1 to 6) append to Dicevalue #Based on six random integer in Dicevalue list to create six dice image() The filenames are standardized as "D_image.gif" where the "_" is replaced by an Integer. For example, if Integer is 4, the file to use to create the Image object would be "D4image.gif". #append the dice images in Diceimage list
use python and graphics
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
