Zusammenfassung der Ressource
Flussdiagrammknoten
- money = 0dice_1 = 0dice_2 = 0dice_3 =0
- dice_1 to random number between 1 and 6
- dice_2 to random number between 1 and 6
- dice_3 to a random number between 1 and 7
- is dice_1 = dice_2 = dice_3?
- is dice_1 = dice_2 or dice_3
- Output = "You have won £2"
- Output: "Would you like to play again?"